More cleanup
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user