This commit is contained in:
Anuken
2026-02-04 13:53:42 -05:00
parent f7a0c59c53
commit 1381291256

View File

@@ -103,6 +103,7 @@ public class Build{
tile.build.checkAllowUpdate();
tile.build.updateProximity();
tile.build.onRepaired();
world.tileChanges ++; //repair should count as a tile change
if(unit != null && unit.getControllerName() != null) tile.build.lastAccessed = unit.getControllerName();