diff --git a/src/main/java/lv/pi/animalrp/commands/EmoteCommand.java b/src/main/java/lv/pi/animalrp/commands/EmoteCommand.java index aeb756c..f98dc05 100644 --- a/src/main/java/lv/pi/animalrp/commands/EmoteCommand.java +++ b/src/main/java/lv/pi/animalrp/commands/EmoteCommand.java @@ -49,7 +49,7 @@ public class EmoteCommand implements CommandExecutor { arg0.sendMessage(AnimalRP.mm.deserialize("Stopped emoting.")); AnimalRP.emotes.stopEmote(player.getUniqueId()); } else { - arg0.sendMessage(AnimalRP.mm.deserialize("Emoting!")); + arg0.sendMessage(AnimalRP.mm.deserialize("Emoting!")); AnimalRP.emotes.playEmote(player.getUniqueId(), emote); }