More cleanup

This commit is contained in:
Anuken
2020-02-03 20:24:49 -05:00
parent 88d2ec5be8
commit a942ed2cad
141 changed files with 2213 additions and 1819 deletions

View File

@@ -64,8 +64,8 @@ public class SStats implements SteamUserStatsCallback{
active50Crawlers.complete();
}
for(TileEntity entity : player.getTeam().cores()){
if(!content.items().contains(i -> i.type == ItemType.material && entity.items.get(i) < entity.block.itemCapacity)){
for(Tilec entity : player.getTeam().cores()){
if(!content.items().contains(i -> i.type == ItemType.material && entity.getItems().get(i) < entity.block.itemCapacity)){
fillCoreAllCampaign.complete();
break;
}