Support for latest MMOItems and MMOLib

This commit is contained in:
Indyuce 2020-08-15 20:16:08 +02:00
parent 9dab499655
commit eef4013797

View File

@ -23,7 +23,7 @@ public class AttributeManager extends MMOManager {
public Collection<PlayerAttribute> getAll() { public Collection<PlayerAttribute> getAll() {
return map.values(); return map.values();
} }
@Override @Override
public void reload() { public void reload() {