SteamWar/SpigotCore
Archiviert
13
0

Hotfix schematic saving

Dieser Commit ist enthalten in:
Lixfel 2021-09-12 08:14:52 +02:00
Ursprung 36bb22e745
Commit 5c2dceeda2

Datei anzeigen

@ -237,6 +237,7 @@ public class Schematic {
} catch (SQLException e) {
throw new SecurityException(e.getMessage(), e);
}
updateDatabase(blob, newFormat);
}
private void updateDatabase(Blob blob, boolean newFormat) {