This commit is contained in:
Anuken
2025-10-06 20:48:59 +09:00
parent 94fc6482e2
commit 1033b5f374

View File

@@ -95,6 +95,9 @@ public class Build{
tile.build.rotation = rotation;
tile.build.changeTeam(team);
tile.build.enabled = true;
if(tile.build.power != null){
tile.build.power.links.clear();
}
tile.build.checkAllowUpdate();
tile.build.updateProximity();
tile.build.onRepaired();