Every building does not need a rebuild mine method.

This commit is contained in:
2023-10-18 11:21:29 -04:00
parent 88f67efd51
commit 44743b772b
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ public class HourlyJobThread implements Runnable {
mine.nationName = nation.getName();
mine.nationTag = nation.getGuildTag();
mineBuilding.rebuildMine();
BuildingManager.rebuildMine(mineBuilding);
WorldGrid.updateObject(mineBuilding);
ChatSystemMsg chatMsg = new ChatSystemMsg(null, mine.lastClaimer.getName() + " has claimed the mine in " + mine.getParentZone().parent.zoneName + " for " + mine.getOwningGuild().getName() + ". The mine is no longer active.");