Browse Source

disable strongholds

lakebane-strongholds
FatBoy-DOTC 2 months ago
parent
commit
ac7a2452d6
  1. 2
      src/engine/workthreads/HalfHourlyJobThread.java

2
src/engine/workthreads/HalfHourlyJobThread.java

@ -72,7 +72,7 @@ public class HalfHourlyJobThread implements Runnable {
} }
} }
StrongholdManager.processStrongholds(); //StrongholdManager.processStrongholds();
} catch (Exception e) { } catch (Exception e) {
Logger.error(e.toString()); Logger.error(e.toString());
} }

Loading…
Cancel
Save