From 9ca1cac18521b60c4c6d6d21e8e8db92546d26f1 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Mon, 10 Sep 2012 19:01:01 -0400 Subject: [PATCH] Update description --- qcsrc/server/mutators/gamemode_ctf.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/server/mutators/gamemode_ctf.qc b/qcsrc/server/mutators/gamemode_ctf.qc index b40ddb138..2459215b3 100644 --- a/qcsrc/server/mutators/gamemode_ctf.qc +++ b/qcsrc/server/mutators/gamemode_ctf.qc @@ -817,7 +817,7 @@ void ctf_RespawnFlag(entity flag) { // check for flag respawn being called twice in a row if(flag.last_respawn > time - 0.5) - { backtrace("flag respawn called twice quickly!"); } + { backtrace("flag respawn called twice quickly! please notify Samual about this..."); } flag.last_respawn = time; -- 2.39.2