13
0

Hotfix WrongVersionException in 1.12

Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Lixfel 2020-03-23 15:25:34 +01:00
Ursprung 6f3364df75
Commit 82cd3b2c6e

Datei anzeigen

@ -72,9 +72,6 @@ class CheckSchemType_12 {
Clipboard clipboard; Clipboard clipboard;
try { try {
clipboard = schematic.load(); clipboard = schematic.load();
} catch (Schematic.WrongVersionException e) {
result.setWrongVersionException();
return result;
} catch (IOException | NoClipboardException e) { } catch (IOException | NoClipboardException e) {
Bukkit.getLogger().log(Level.SEVERE, "Schematic could not be loaded", e); Bukkit.getLogger().log(Level.SEVERE, "Schematic could not be loaded", e);
result.setErrorLoadingSchematic(); result.setErrorLoadingSchematic();