Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
1450629e8a
Commit
e79f6fd302
@ -59,6 +59,10 @@ public class AutoShutdownListener implements Listener {
|
|||||||
autoShutdown.cancel();
|
autoShutdown.cancel();
|
||||||
}
|
}
|
||||||
TPSLimitUtils.setTPS(20.0);
|
TPSLimitUtils.setTPS(20.0);
|
||||||
|
if (true) {
|
||||||
|
Bukkit.shutdown();
|
||||||
|
return;
|
||||||
|
}
|
||||||
autoShutdown = Bukkit.getScheduler().runTaskTimer(BauSystem.getInstance(), new Runnable() {
|
autoShutdown = Bukkit.getScheduler().runTaskTimer(BauSystem.getInstance(), new Runnable() {
|
||||||
int count = 0;
|
int count = 0;
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren