diff --git a/core/src/mindustry/ai/BlockIndexer.java b/core/src/mindustry/ai/BlockIndexer.java index cde88990f3..c3d6670ffb 100644 --- a/core/src/mindustry/ai/BlockIndexer.java +++ b/core/src/mindustry/ai/BlockIndexer.java @@ -111,7 +111,7 @@ public class BlockIndexer{ } } - //update the unit cap when building is remove + //update the unit cap when building is removed data.unitCap -= tile.block().unitCapModifier; //unregister building from building quadtree