Eh yeah should do

This commit is contained in:
repixelatedmc
2024-08-12 08:08:23 +02:00
parent 79d6f34879
commit 68ad206252
2 changed files with 2 additions and 1 deletions
@@ -50,7 +50,7 @@ public class ModesSFG {
Iris.info(C.DARK_RED + "Go to plugins/iris/settings.json and set DoomsdayAnnihilationSelfDestructMode to true if you wish to proceed.");
while (true) {
try {
Thread.sleep(1000);
Thread.sleep(Long.MAX_VALUE);
} catch (InterruptedException e) {
// no
}