!Removed unused code

This commit is contained in:
Indyuce 2020-04-25 16:54:39 +02:00
parent 02bfc9747b
commit e24fd5c9b5

View File

@ -52,8 +52,6 @@ public class MMOCoreHook implements RPGHandler, Listener {
*/
for (PlayerAttribute attribute : MMOCore.plugin.attributeManager.getAll())
MMOItems.plugin.getStats().register("REQUIRED_" + attribute.getId().toUpperCase().replace("-", "_"), new Required_Attribute(attribute));
MMOItems.plugin.getUpgrades().reload();
}
@Override