this would be nicer in green tbh
This commit is contained in:
parent
a29707428c
commit
119087ec3e
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue