Remove Bukkit reimplimentations of Vanilla commands.
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -3,7 +3,6 @@ package org.bukkit.enchantments;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import org.bukkit.command.defaults.EnchantCommand;
|
||||
import org.bukkit.inventory.ItemStack;
|
||||
|
||||
/**
|
||||
@@ -305,7 +304,6 @@ public abstract class Enchantment {
|
||||
*/
|
||||
public static void stopAcceptingRegistrations() {
|
||||
acceptingNew = false;
|
||||
EnchantCommand.buildEnchantments();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user