@@ -43,13 +43,13 @@
|
||||
+ // CraftBukkit end
|
||||
switch (enumitemslot.a()) {
|
||||
case HAND:
|
||||
- this.b(itemstack);
|
||||
+ this.b(itemstack, silent); // CraftBukkit
|
||||
- this.playEquipSound(itemstack);
|
||||
+ this.playEquipSound(itemstack, silent); // CraftBukkit
|
||||
this.handItems.set(enumitemslot.b(), itemstack);
|
||||
break;
|
||||
case ARMOR:
|
||||
- this.b(itemstack);
|
||||
+ this.b(itemstack, silent); // CraftBukkit
|
||||
- this.playEquipSound(itemstack);
|
||||
+ this.playEquipSound(itemstack, silent); // CraftBukkit
|
||||
this.armorItems.set(enumitemslot.b(), itemstack);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user