From: Samual Lenks Date: Tue, 29 Jan 2013 06:28:23 +0000 (-0500) Subject: Add comment in anticipation of a new feature X-Git-Tag: xonotic-v0.7.0~62^2~23^2~299 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9db1d38250e9382ab4b86b3d52af6878f3db86c4;p=xonotic%2Fxonotic-data.pk3dir.git Add comment in anticipation of a new feature --- diff --git a/qcsrc/server/command/sv_cmd.qc b/qcsrc/server/command/sv_cmd.qc index e44ec0910..c5fcdca0b 100644 --- a/qcsrc/server/command/sv_cmd.qc +++ b/qcsrc/server/command/sv_cmd.qc @@ -1409,8 +1409,9 @@ void GameCommand_stuffto(float request, float argc) // This... is a fairly dangerous and powerful command... - It allows any arguments to be sent to a client via rcon. // Because of this, it is disabled by default and must be enabled by the server owner when doing compilation. That way, // we can be certain they understand the risks of it... So to enable, compile server with -DSTUFFTO_ENABLED argument. - + #ifdef STUFFTO_ENABLED + //#message stuffto command enabled switch(request) { case CMD_REQUEST_COMMAND: