Add config updater.

This commit is contained in:
drtshock
2013-03-30 19:01:16 -05:00
parent 708976dacb
commit f550a27f4f
2 changed files with 34 additions and 2 deletions
@@ -83,6 +83,7 @@ public class BackwardsCompatibility {
return inventory;
}
@SuppressWarnings("unused")
private static CraftItemStack getCraftVersion(org.bukkit.inventory.ItemStack stack) {
if ((stack instanceof CraftItemStack))
return (CraftItemStack) stack;