Remove Bukkit reimplimentations of Vanilla commands.

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2017-05-14 12:00:00 +10:00
parent b2156bae0d
commit 975152bbcb
45 changed files with 4 additions and 3961 deletions

View File

@@ -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();
}
/**