bugfix for toll not loaded when tested

This commit is contained in:
2026-07-20 06:48:58 -04:00
parent e0291590d7
commit 586031e810
+1 -1
View File
@@ -587,7 +587,7 @@ public class City extends AbstractWorldObject {
if (this.treeOfLifeID == 0) if (this.treeOfLifeID == 0)
return null; return null;
return BuildingManager.getBuildingFromCache(this.treeOfLifeID); return BuildingManager.getBuilding(this.treeOfLifeID);
} }
/** /**