From 843690e85c5cb9f651a3f4ac78d70f5fa64c3f59 Mon Sep 17 00:00:00 2001 From: Alfred Eriksson Date: Sat, 17 Jan 2009 11:48:05 +0000 Subject: fixed emote command bug #651 --- src/game/client/components/emoticon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/client/components/emoticon.cpp b/src/game/client/components/emoticon.cpp index 3f2233c6..559c5b8e 100644 --- a/src/game/client/components/emoticon.cpp +++ b/src/game/client/components/emoticon.cpp @@ -26,7 +26,7 @@ void EMOTICON::con_emote(void *result, void *user_data) void EMOTICON::on_console_init() { MACRO_REGISTER_COMMAND("+emote", "", con_key_emoticon, this); - MACRO_REGISTER_COMMAND("emote", "", con_emote, this); + MACRO_REGISTER_COMMAND("emote", "i", con_emote, this); } void EMOTICON::on_reset() -- cgit 1.4.1