1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-17 20:11:21 +02:00

Add missing import for EnchantmentStorageMeta

This commit is contained in:
Chasing Code
2013-01-08 11:46:08 -08:00
parent 00767f142c
commit aab980f3d6

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