Dieser Commit ist enthalten in:
Ursprung
59a8ef91e0
Commit
4c9327face
@ -72,7 +72,7 @@ public class CustomItem extends SpecialItem {
|
||||
new CustomItem(new ScriptedItem(jsonObject));
|
||||
} catch (JsonSyntaxException | IOException e) {
|
||||
e.printStackTrace();
|
||||
throw new SecurityException("Item JSON error", e);
|
||||
throw new SecurityException("Item JSON error " + itemFile, e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren