diff --git a/src/party/_2a03/mc/command/HatCommand.java b/src/party/_2a03/mc/command/HatCommand.java index 5fa3ce1..e10d7e7 100644 --- a/src/party/_2a03/mc/command/HatCommand.java +++ b/src/party/_2a03/mc/command/HatCommand.java @@ -16,7 +16,7 @@ public class HatCommand { ItemStack head = serverplayerentity.func_184582_a(EquipmentSlotType.HEAD); serverplayerentity.func_184201_a(EquipmentSlotType.MAINHAND, head); serverplayerentity.func_184201_a(EquipmentSlotType.HEAD, mainhand); - source.getSource().func_197030_a(new TranslationTextComponent("Swapped items between main hand and head"), true); + source.getSource().func_197030_a(new TranslationTextComponent("Swapped items between main hand and head"), false); return 1; })); }