From e997768a0adcf5fee17707114258471d169e7a93 Mon Sep 17 00:00:00 2001 From: Anuken Date: Thu, 9 Sep 2021 12:08:33 -0400 Subject: [PATCH] d --- core/src/mindustry/ai/BlockIndexer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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