SteamWar/BauSystem2.0
Archiviert
12
0

Remove Debug Message

Dieser Commit ist enthalten in:
yoyosource 2021-05-13 15:47:43 +02:00
Ursprung 567fbc8425
Commit 8def39574e

Datei anzeigen

@ -76,9 +76,9 @@ public class AutoShutdownListener implements Listener {
Bukkit.getLogger().log(Level.WARNING, throwable.getMessage(), throwable);
Bukkit.shutdown();
}
count++;
}
}, 20, 20);
}
System.out.println("LEAVE");
}
}