Debugging isErrant()

This commit is contained in:
2023-01-19 16:38:39 -05:00
parent ea34418f2d
commit efa504a714
2 changed files with 7 additions and 1 deletions
+4 -1
View File
@@ -102,9 +102,12 @@ public class HourlyJobThread implements Runnable {
for (Mine mine : mines) {
try {
int foo;
// Open Errant Mines
if (mine.getBuildingID() == 1250)
foo = 1;
if (mine.getOwningGuild().isErrant()) {
mine.handleStartMineWindow();
Mine.setLastChange(System.currentTimeMillis());