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