Debugging code removed.

This commit is contained in:
2023-01-19 16:49:36 -05:00
parent efa504a714
commit 9442bb1d39
2 changed files with 1 additions and 7 deletions
-3
View File
@@ -100,9 +100,6 @@ public class Mine extends AbstractGameObject {
this.zoneName = "Unknown Mine";
}
if (ownerUID == 0)
ownerUID = ownerUID - 1 + 1;
this.owningGuild = Guild.getGuild(ownerUID);
Guild nation = null;
+1 -4
View File
@@ -102,11 +102,8 @@ public class HourlyJobThread implements Runnable {
for (Mine mine : mines) {
try {
int foo;
// Open Errant Mines
if (mine.getBuildingID() == 1250)
foo = 1;
// Open Errant Mines
if (mine.getOwningGuild().isErrant()) {
mine.handleStartMineWindow();