Serialized mine open time adjusted if the mine was claimed during this cycle.

This commit is contained in:
2023-01-20 08:12:53 -05:00
parent 889e969c44
commit 1a7003ce59
2 changed files with 7 additions and 6 deletions
+3 -2
View File
@@ -113,8 +113,8 @@ public class HourlyJobThread implements Runnable {
mine.wasClaimed = false;
continue;
}
// Open Errant Mines
if (mine.getOwningGuild().isErrant()) {
@@ -132,7 +132,8 @@ public class HourlyJobThread implements Runnable {
continue;
}
// Close all other mines
// Close all remaining mines
if (mine.handleEndMineWindow())
Mine.setLastChange(System.currentTimeMillis());