about summary refs log tree commit diff
path: root/src/game/client/components/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/components/console.cpp')
-rw-r--r--src/game/client/components/console.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/console.cpp b/src/game/client/components/console.cpp
index 77b85c97..a5098ce1 100644
--- a/src/game/client/components/console.cpp
+++ b/src/game/client/components/console.cpp
@@ -358,7 +358,7 @@ void CONSOLE::print_line(int type, const char *line)
 		remote_console.print_line(line);
 }
 
-void CONSOLE::on_init()
+void CONSOLE::on_console_init()
 {
 	//
 	console_register_print_callback(client_console_print_callback, this);