1
0
Fork 0
mirror of https://github.com/Sollace/Unicopia.git synced 2025-04-19 01:24:04 +02:00

Gem items no longer have metadata

This commit is contained in:
Sollace 2019-01-31 14:02:32 +02:00
parent a3232bc263
commit 43b9064e32

View file

@ -70,7 +70,6 @@ public class ItemSpell extends Item implements ICastable {
public ItemSpell(String domain, String name) {
super();
setHasSubtypes(true);
setMaxDamage(0);
setTranslationKey(name);
setRegistryName(domain, name);