about summary refs log tree commit diff
path: root/src/game/client/components/chat.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/components/chat.hpp')
-rw-r--r--src/game/client/components/chat.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/chat.hpp b/src/game/client/components/chat.hpp
index 12d3be96..211b3085 100644
--- a/src/game/client/components/chat.hpp
+++ b/src/game/client/components/chat.hpp
@@ -46,7 +46,7 @@ public:
 	
 	void say(int team, const char *line);
 	
-	virtual void on_init();
+	virtual void on_console_init();
 	virtual void on_reset();
 	virtual void on_render();
 	virtual void on_message(int msgtype, void *rawmsg);