12
1

Close TinyProtocol on shutdown
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Lixfel 2021-11-01 08:26:20 +01:00
Ursprung fe0d522c85
Commit c995e148b2

Datei anzeigen

@ -151,6 +151,7 @@ public class FightSystem extends JavaPlugin {
@Override
public void onDisable() {
ProtocolAPI.tinyProtocol.close();
GlobalRecorder.getInstance().close();
}