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
+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();