Replaced concept of "turns" with raw seconds
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user