SteamWar/SpigotCore
Archiviert
13
0

Fix crashdetector on unclean shutdown
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Lixfel 2022-10-07 20:21:41 +02:00
Ursprung 33268c18f6
Commit 368195bed2

Datei anzeigen

@ -142,7 +142,6 @@ public class Core extends JavaPlugin{
@Override
public void onDisable() {
TinyProtocol.instance.close();
crashDetector.stop();
errorHandler.unregister();
if(!standalone) {
Statement.close();