PR Changes
This commit is contained in:
@@ -89,7 +89,6 @@ public class EcoEnchantsPlugin extends LibReforgePlugin {
|
||||
@Override
|
||||
public void handleEnableAdditional() {
|
||||
this.getLogger().info(EcoEnchants.values().size() + " Enchantments Loaded");
|
||||
CustomEcoEnchants.update(this);
|
||||
|
||||
TelekinesisUtils.registerTest(player -> FastItemStack.wrap(player.getInventory().getItemInMainHand()).getLevelOnItem(EcoEnchants.TELEKINESIS, false) > 0);
|
||||
}
|
||||
|
||||
@@ -24,7 +24,6 @@ public class CustomEcoEnchants {
|
||||
*
|
||||
* @param plugin Instance of EcoEnchants.
|
||||
*/
|
||||
@ConfigUpdater
|
||||
public static void update(@NotNull final EcoEnchantsPlugin plugin) {
|
||||
for (EcoEnchant enchant : VALUES) {
|
||||
EcoEnchants.removeEcoEnchant(enchant);
|
||||
|
||||
Reference in New Issue
Block a user