this would be nicer in green tbh

This commit is contained in:
yourfriendoss 2023-04-16 01:19:13 +03:00
parent a29707428c
commit 119087ec3e

View file

@ -49,7 +49,7 @@ public class EmoteCommand implements CommandExecutor {
arg0.sendMessage(AnimalRP.mm.deserialize("<red>Stopped emoting.")); arg0.sendMessage(AnimalRP.mm.deserialize("<red>Stopped emoting."));
AnimalRP.emotes.stopEmote(player.getUniqueId()); AnimalRP.emotes.stopEmote(player.getUniqueId());
} else { } else {
arg0.sendMessage(AnimalRP.mm.deserialize("<red>Emoting!")); arg0.sendMessage(AnimalRP.mm.deserialize("<green>Emoting!"));
AnimalRP.emotes.playEmote(player.getUniqueId(), emote); AnimalRP.emotes.playEmote(player.getUniqueId(), emote);
} }