From: Samual Lenks Date: Mon, 10 Sep 2012 23:01:01 +0000 (-0400) Subject: Update description X-Git-Tag: xonotic-v0.7.0~240^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9ca1cac18521b60c4c6d6d21e8e8db92546d26f1;p=xonotic%2Fxonotic-data.pk3dir.git Update description --- 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;