]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add comment in anticipation of a new feature
authorSamual Lenks <samual@xonotic.org>
Tue, 29 Jan 2013 06:28:23 +0000 (01:28 -0500)
committerSamual Lenks <samual@xonotic.org>
Tue, 29 Jan 2013 06:28:23 +0000 (01:28 -0500)
qcsrc/server/command/sv_cmd.qc

index e44ec091085bcb4487d46769ea35b71f228313e1..c5fcdca0bcd0d7848f3835e7178dbd27f65c5fea 100644 (file)
@@ -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: