about summary refs log tree commit diff
path: root/src/game/client/components/scoreboard.cpp
diff options
context:
space:
mode:
authorAlfred Eriksson <somerunce@gmail.com>2009-01-24 14:10:26 +0000
committerAlfred Eriksson <somerunce@gmail.com>2009-01-24 14:10:26 +0000
commit82f9be8ce08000213bd231528707a09da41b0f4c (patch)
tree596206f09852f5409e2673c29e98383e9a4b7653 /src/game/client/components/scoreboard.cpp
parent91e337c7ab2c2a1f10c2ce995e4aa00cdcef20a1 (diff)
downloadzcatch-82f9be8ce08000213bd231528707a09da41b0f4c.tar.gz
zcatch-82f9be8ce08000213bd231528707a09da41b0f4c.zip
added help messages for all commands. added syntax in the help msg
Diffstat (limited to 'src/game/client/components/scoreboard.cpp')
-rw-r--r--src/game/client/components/scoreboard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/scoreboard.cpp b/src/game/client/components/scoreboard.cpp
index bdeec3c1..59a23508 100644
--- a/src/game/client/components/scoreboard.cpp
+++ b/src/game/client/components/scoreboard.cpp
@@ -26,7 +26,7 @@ void SCOREBOARD::on_reset()
 
 void SCOREBOARD::on_console_init()
 {
-	MACRO_REGISTER_COMMAND("+scoreboard", "", CFGFLAG_CLIENT, con_key_scoreboard, this, "");
+	MACRO_REGISTER_COMMAND("+scoreboard", "", CFGFLAG_CLIENT, con_key_scoreboard, this, "Show scoreboard");
 }
 
 void SCOREBOARD::render_goals(float x, float y, float w)