1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-25 23:46:15 +02:00

Add missing import for EnchantmentStorageMeta

This commit is contained in:
Chasing Code
2013-01-08 11:46:08 -08:00
parent ae0bdfc896
commit 0955cb296a

View File

@@ -7,6 +7,7 @@ import java.util.regex.Pattern;
import org.bukkit.Material;
import org.bukkit.enchantments.Enchantment;
import org.bukkit.inventory.ItemStack;
import org.bukkit.inventory.meta.EnchantmentStorageMeta;
public class ItemDb implements IConf, IItemDb