@ -140,8 +140,8 @@ public class HourlyJobThread implements Runnable {
@@ -140,8 +140,8 @@ public class HourlyJobThread implements Runnable {
publicstaticvoidmineWindowOpen(Minemine){
mine.setActive(true);
ChatManager.chatSystemChannel(mine.getZoneName()+"'s Mine is now Active!");
Logger.info(mine.getZoneName()+"'s Mine is now Active!");
ChatManager.chatSystemChannel(mine.getParentZone().getName()+"'s Mine is now Active!");
Logger.info(mine.getParentZone().getName()+"'s Mine is now Active!");
}
publicstaticbooleanmineWindowClose(Minemine){
@ -195,7 +195,7 @@ public class HourlyJobThread implements Runnable {
@@ -195,7 +195,7 @@ public class HourlyJobThread implements Runnable {
mineBuilding.rebuildMine(mine.capSize*5000);
WorldGrid.updateObject(mineBuilding);
ChatSystemMsgchatMsg=newChatSystemMsg(null,mine.lastClaimer.getName()+" has claimed the mine in "+mine.getParentZone().getParent().getName()+" for "+mine.getOwningGuild().getName()+". The mine is no longer active.");
ChatSystemMsgchatMsg=newChatSystemMsg(null,mine.lastClaimer.getName()+" has claimed the mine in "+mine.getParentZone().getName()+" for "+mine.getOwningGuild().getName()+". The mine is no longer active.");