From 9c135628c252c5655c452c7143e14461391c7799 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Thu, 31 Jan 2013 03:03:31 -0500 Subject: [PATCH] Add a #message for when stuffto is enabled --- qcsrc/server/command/sv_cmd.qc | 1 + 1 file changed, 1 insertion(+) 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: -- 2.39.2