From e1a7ab1908b1422ce99ab072f3ef8a77f9c54ad6 Mon Sep 17 00:00:00 2001 From: andristum <47616367+andristum@users.noreply.github.com> Date: Thu, 24 Oct 2019 08:04:58 +0200 Subject: [PATCH] 1.2.2a - Whoops --- Client/Emote.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/Emote.lua b/Client/Emote.lua index bd019fe..54683cb 100644 --- a/Client/Emote.lua +++ b/Client/Emote.lua @@ -89,7 +89,7 @@ function EmotesOnCommand(source, args, raw) EmotesCommand = EmotesCommand .. ""..a..", " end EmoteChatMessage(EmotesCommand) - EmoteChatMessage("Do /emotemenu for a menu (currently only displays emotes)") + EmoteChatMessage("Do /emotemenu for a menu") end function pairsByKeys (t, f)