mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
fixed emote command bug #651
This commit is contained in:
parent
54def5d97d
commit
843690e85c
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue