]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Simple updates
authorSamual <samual@xonotic.org>
Fri, 16 Dec 2011 14:56:16 +0000 (09:56 -0500)
committerSamual <samual@xonotic.org>
Fri, 16 Dec 2011 14:56:16 +0000 (09:56 -0500)
commands.cfg
qcsrc/client/command/cl_cmd.qc

index 6bfda1ea401909f6cf623f7ca85eb39f847bb7d6..25318b675fac2c1e99b3037805d637634d862c0e 100644 (file)
@@ -73,9 +73,8 @@ alias menu_loadmap_prepare "disconnect; wait; g_campaign 0; menu_cmd rpn /_menu_
 //  cl_cmd (client console command) - client/gamecommand.qc
 // =========================================================
 alias radar "cl_cmd hud_panel_radar_maximized"
-alias scoreboard_columns_set  "cl_cmd scoreboard_columns_set ${* ?}"
-alias scoreboard_columns_set  "" // aliased later
-alias scoreboard_columns_help "cl_cmd scoreboard_columns_help ${* ?}"
+alias scoreboard_columns_set "cl_cmd hud scoreboard_columns_set ${* ?}"
+alias scoreboard_columns_help "cl_cmd hud scoreboard_columns_help ${* ?}"
 
 
 // =========================================================== // TODO: FIGURE OUT ANY CONFLICTS WITH NORMAL COMMANDS
@@ -83,9 +82,7 @@ alias scoreboard_columns_help "cl_cmd scoreboard_columns_help ${* ?}"
 // ===========================================================
 set sv_clientcommand_antispam_time 1 "Amount of seconds after a command before another command can be called again without being considered spam. (Use -1 for no antispam limit)"
 set sv_clientcommand_antispam_count 5 "Amount of commands considered spam before commands are rejected.
-
 seta sv_status_privacy 1 "hide IP addresses from \"status\" and \"who\" replies shown to clients"
-
 seta cl_autoswitch 1 "automatically switch to newly picked up weapons if they are better than what you are carrying"
 
 alias autoswitch "cmd autoswitch ${* ?}"
index c1618a247f9c0e99e3053395c8d6e413a4f7ce1e..d995f241ade0a86951de03af45f3a3c79af0a505 100644 (file)
@@ -1,6 +1,6 @@
 // ==============================================
 //  CSQC client commands code, written by Samual
-//  Last updated: November 26th, 2011
+//  Last updated: December 16th, 2011
 // ==============================================
 
        /*