]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update description
authorSamual Lenks <samual@xonotic.org>
Mon, 10 Sep 2012 23:01:01 +0000 (19:01 -0400)
committerSamual Lenks <samual@xonotic.org>
Mon, 10 Sep 2012 23:01:01 +0000 (19:01 -0400)
qcsrc/server/mutators/gamemode_ctf.qc

index b40ddb13860469444f6e5e8b98851ace25585ee6..2459215b359a28d10708378210aba71c4ab7013c 100644 (file)
@@ -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;