]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Another comment tweak
authorSamual <samual@xonotic.org>
Mon, 7 Nov 2011 16:48:33 +0000 (11:48 -0500)
committerSamual <samual@xonotic.org>
Mon, 7 Nov 2011 16:48:33 +0000 (11:48 -0500)
qcsrc/server/clientcommands.qc

index 35f51544bca2dca44673919d0810099316884467..aa0b1afc3c5d748842f11e5ae7cb6cbce23fc61c 100644 (file)
@@ -843,7 +843,7 @@ void ClientCommand_(float request)
 // ===========================
 
 // For now, the list has to be split up due to the suckage called fteqcc which limits macros to only 1024 characters
-// Do not hard code aliases for these, instead create them in defaultXonotic.cfg... also: keep in alphabetical order, please ;)
+// Do not hard code aliases for these, instead create them in commands.cfg... also: keep in alphabetical order, please ;)
 #define CLIENT_COMMANDS_1(request,arguments,command) \
        CLIENT_COMMAND("autoswitch", ClientCommand_autoswitch(request, arguments), "Whether or not to switch automatically when getting a better weapon") \
        CLIENT_COMMAND("checkfail", ClientCommand_checkfail(request, command), "Report if a client-side check failed") \