This commit is contained in:
aPunch 2012-02-28 06:22:20 -06:00
parent 6847b6dee2
commit 7887cc8a7d

View File

@ -108,7 +108,7 @@ public class EquipmentEditor extends Editor {
else
hand = null;
player.setItemInHand(hand);
if (set != null)
if (set.getType() != Material.AIR)
set.setAmount(1);
trait.setEquipment(slot, set);
}