Fixed collation

This commit is contained in:
Auxilor 2020-12-18 12:50:20 +00:00
parent 7a705d5218
commit c75af2c7cc

View File

@ -52,6 +52,7 @@ public class Telekinesis extends EcoEnchant {
.addItems(entry.getValue().getDrops())
.push();
}
COLLATED_MAP.clear();
}
};