Want to fail fast here

This commit is contained in:
2023-10-18 11:04:57 -04:00
parent a04bdc147f
commit 88f67efd51
-6
View File
@@ -979,8 +979,6 @@ public class Building extends AbstractWorldObject {
@Override
public void runAfterLoad() {
try {
// Set Parent Zone
this.parentZone = ZoneManager.getZoneByUUID(this.parentZoneUUID);
@@ -1135,10 +1133,6 @@ public class Building extends AbstractWorldObject {
if (this.upgradeDateTime != null)
BuildingManager.submitUpgradeJob(this);
} catch (Exception e) {
e.printStackTrace();
}
}
public synchronized boolean setOwner(AbstractCharacter newOwner) {