SteamWar/SpigotCore
Archiviert
13
0

Fix reset
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Lixfel 2022-03-06 16:51:01 +01:00
Ursprung a51a2a482e
Commit 1aefd4faef

Datei anzeigen

@ -69,6 +69,7 @@ public class Statement {
} catch (SQLException e) {
Core.getInstance().getLogger().log(Level.INFO, "Could not close statement", e);
}
statement.st = null;
}
}