From ecb4d085bd3d5b1c7bcac81af6dd31ff724bb0ba Mon Sep 17 00:00:00 2001 From: Samual Date: Tue, 27 Mar 2012 18:01:49 -0400 Subject: [PATCH] Remove stupid comment --- qcsrc/server/command/sv_cmd.qc | 1 - 1 file changed, 1 deletion(-) diff --git a/qcsrc/server/command/sv_cmd.qc b/qcsrc/server/command/sv_cmd.qc index e70ce44dd..24ab7b43c 100644 --- a/qcsrc/server/command/sv_cmd.qc +++ b/qcsrc/server/command/sv_cmd.qc @@ -1650,7 +1650,6 @@ void GameCommand_(float request) // ================================== // Do not hard code aliases for these, instead create them in commands.cfg... also: keep in alphabetical order, please ;) -// Common commands have double indentation to separate them a bit. #define SERVER_COMMANDS(request,arguments,command) \ SERVER_COMMAND("adminmsg", GameCommand_adminmsg(request, arguments), "Send an admin message to a client directly") \ SERVER_COMMAND("allready", GameCommand_allready(request), "Restart the server and reset the players") \ -- 2.39.2