forked from SteamWar/SteamWar
Format code
This commit is contained in:
@@ -105,8 +105,7 @@ public class AutoChecker {
|
||||
}
|
||||
|
||||
List<CompoundTag> items = nbt.getList("Items", CompoundTag.class);
|
||||
if (items.isEmpty())
|
||||
return; // Leeres Inventar
|
||||
if (items.isEmpty()) return; // Leeres Inventar
|
||||
|
||||
int counter = 0;
|
||||
int windChargeCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user