Replaced concept of "turns" with raw seconds

This commit is contained in:
Anuken
2020-07-01 11:50:33 -04:00
parent 3cf5adc278
commit 5f6c71b9d3
24 changed files with 136 additions and 152 deletions

View File

@@ -418,7 +418,7 @@ public class ServerControl implements ApplicationListener{
}
for(Item item : content.items()){
state.teams.cores(team).first().items().set(item, state.teams.cores(team).first().block().itemCapacity);
state.teams.cores(team).first().items.set(item, state.teams.cores(team).first().block().itemCapacity);
}
info("Core filled.");