Added debug code

This commit is contained in:
2024-08-24 17:57:13 -04:00
parent 9ad5f239b0
commit bb23e761cd
4 changed files with 12 additions and 17 deletions
+1 -1
View File
@@ -777,7 +777,7 @@ public enum BuildingManager {
int newMeshUUID;
boolean success;
// If this building has no blueprint then set rank and exit immediatly.
// If this building has no blueprint then set rank and exit immediately.
if (building.blueprintUUID == 0 || building.getBlueprint() != null && building.getBlueprint().getBuildingGroup().equals(BuildingGroup.MINE)) {
building.rank = rank;