Renaming commands, fixing evoker fangs
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user