From 6c0271a03c0011f68c3143c0cce95cbf94445ef8 Mon Sep 17 00:00:00 2001 From: Samual Date: Mon, 7 Nov 2011 11:46:59 -0500 Subject: [PATCH] Also add that comment to clientcommands.qc --- qcsrc/server/clientcommands.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2