From: Samual Date: Mon, 7 Nov 2011 16:46:59 +0000 (-0500) Subject: Also add that comment to clientcommands.qc X-Git-Tag: xonotic-v0.6.0~188^2~28^2~239 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6c0271a03c0011f68c3143c0cce95cbf94445ef8;p=xonotic%2Fxonotic-data.pk3dir.git Also add that comment to clientcommands.qc --- diff --git a/qcsrc/server/clientcommands.qc b/qcsrc/server/clientcommands.qc index 3b535e683..35f51544b 100644 --- a/qcsrc/server/clientcommands.qc +++ b/qcsrc/server/clientcommands.qc @@ -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)