From: Samual Date: Tue, 27 Mar 2012 22:01:49 +0000 (-0400) Subject: Remove stupid comment X-Git-Tag: xonotic-v0.7.0~31^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ecb4d085bd3d5b1c7bcac81af6dd31ff724bb0ba;p=xonotic%2Fxonotic-data.pk3dir.git Remove stupid comment --- 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") \