mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-10 15:57:37 +07:00
Removed item core restrictions
This commit is contained in:
@ -418,9 +418,7 @@ public class ServerControl implements ApplicationListener{
|
||||
}
|
||||
|
||||
for(Item item : content.items()){
|
||||
if(item.type == ItemType.material){
|
||||
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