Hotfix never occuring WrongVersionException
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
89b64563ee
Commit
6f3364df75
@ -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);
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren