mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-23 11:05:49 +01:00
Merge
This commit is contained in:
commit
056e0a920d
@ -108,5 +108,8 @@ public class EquipmentEditor extends Editor {
|
||||
else
|
||||
hand = null;
|
||||
player.setItemInHand(hand);
|
||||
if (set.getType() != Material.AIR)
|
||||
set.setAmount(1);
|
||||
trait.setEquipment(slot, set);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user