mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-31 15:09:07 +07:00
pain and suffering of various kinds
This commit is contained in:
@ -320,7 +320,7 @@ public class ServerControl extends Module{
|
||||
return;
|
||||
}
|
||||
|
||||
for(Item item : Item.all()){
|
||||
for(Item item : content.items()){
|
||||
if(item.type == ItemType.material){
|
||||
state.teams.get(Team.blue).cores.first().entity.items.add(item, 2000);
|
||||
}
|
||||
|
Reference in New Issue
Block a user