From: Samual Lenks Date: Thu, 31 Jan 2013 08:03:31 +0000 (-0500) Subject: Add a #message for when stuffto is enabled X-Git-Tag: xonotic-v0.7.0~109 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9c135628c252c5655c452c7143e14461391c7799;p=xonotic%2Fxonotic-data.pk3dir.git Add a #message for when stuffto is enabled --- diff --git a/qcsrc/server/command/sv_cmd.qc b/qcsrc/server/command/sv_cmd.qc index 0710ddfa8..8f3ea869d 100644 --- a/qcsrc/server/command/sv_cmd.qc +++ b/qcsrc/server/command/sv_cmd.qc @@ -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: