Every building does not need a rebuild mine method.
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user