]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add a #message for when stuffto is enabled
authorSamual Lenks <samual@xonotic.org>
Thu, 31 Jan 2013 08:03:31 +0000 (03:03 -0500)
committerSamual Lenks <samual@xonotic.org>
Thu, 31 Jan 2013 08:03:31 +0000 (03:03 -0500)
qcsrc/server/command/sv_cmd.qc

index 0710ddfa8474874cca23787d9ed6221e44660ebd..8f3ea869d49e24bcdf0febd74dc5564c1002f7b6 100644 (file)
@@ -1415,6 +1415,7 @@ void GameCommand_stuffto(float request, float argc)
        // 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: