Refresh mine when destroyed.

This commit is contained in:
2023-01-13 11:52:50 -05:00
parent d9352b6d34
commit b30e35f465
+2 -1
View File
@@ -523,7 +523,8 @@ try{
Logger.debug( "Null mine building " + this.getObjectUUID() +". Unable to Load Building with UID " +this.buildingID); Logger.debug( "Null mine building " + this.getObjectUUID() +". Unable to Load Building with UID " +this.buildingID);
return; return;
} }
WorldGrid.updateObject(mineBuilding);
mineBuilding.refresh(false);
// remove hirelings // remove hirelings