mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-09-22 13:01:12 +03:00
Fixed #11888 / Minor sector submission fixes
This commit is contained in:
@@ -926,6 +926,9 @@ public class ApplicationTests{
|
||||
fail("Sector " + sector.name + " has unlocalized objectives: " + timers.toString(", ", t -> "'" + t.text + "'"));
|
||||
}
|
||||
|
||||
//TODO: some Erekir sectors (origin, caldera) modify the cap, why?
|
||||
//assertEquals(0, state.rules.unitCap, "Sector " + sector.name + " must not modify the unit cap.");
|
||||
|
||||
for(Tile tile : world.tiles){
|
||||
if(tile.drop() != null){
|
||||
resources.add(tile.drop());
|
||||
|
||||
Reference in New Issue
Block a user