]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Also add that comment to clientcommands.qc
authorSamual <samual@xonotic.org>
Mon, 7 Nov 2011 16:46:59 +0000 (11:46 -0500)
committerSamual <samual@xonotic.org>
Mon, 7 Nov 2011 16:46:59 +0000 (11:46 -0500)
qcsrc/server/clientcommands.qc

index 3b535e68317a6d4759aa4533c2d40b5f7c06c3b2..35f51544bca2dca44673919d0810099316884467 100644 (file)
@@ -815,7 +815,7 @@ void ClientCommand_voice(float request, float argc, string command)
        }
 }
 
-/*
+/* use this when creating a new command, making sure to place it in alphabetical order.
 void ClientCommand_(float request)
 {
        switch(request)