13
0

Hotfix never occuring WrongVersionException

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

Datei anzeigen

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