Renaming commands, fixing evoker fangs

This commit is contained in:
libraryaddict
2016-11-29 10:47:48 +13:00
parent 1de16cb4d7
commit ce134af4fa
12 changed files with 277 additions and 467 deletions

View File

@@ -186,7 +186,6 @@ public class PacketsManager {
ItemStack itemstack = disguise.getWatcher().getItemStack(slot);
if (itemstack == null || itemstack.getType() == Material.AIR) {
System.out.println("Not wearing anything for " + slot.name());
continue;
}