disable strongholds

This commit is contained in:
2024-09-07 18:31:08 -05:00
parent 80104e6d07
commit ac7a2452d6
@@ -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());
} }