From fa266334fd825824d413c7817e1f3331c35e40a0 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Thu, 4 Sep 2008 21:36:44 +0000 Subject: fixed on_console_init and on_save --- src/game/client/components/chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/components/chat.cpp') diff --git a/src/game/client/components/chat.cpp b/src/game/client/components/chat.cpp index 017a5d74..27defd24 100644 --- a/src/game/client/components/chat.cpp +++ b/src/game/client/components/chat.cpp @@ -39,7 +39,7 @@ void CHAT::con_chat(void *result, void *user_data) dbg_msg("console", "expected all or team as mode"); } -void CHAT::on_init() +void CHAT::on_console_init() { MACRO_REGISTER_COMMAND("say", "r", con_say, this); MACRO_REGISTER_COMMAND("say_team", "r", con_sayteam, this); -- cgit 1.4.1