Method cleanup

This commit is contained in:
Anuken
2019-12-26 20:08:53 -05:00
parent c449302d28
commit 954e26fc14
16 changed files with 49 additions and 21 deletions

View File

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