From: Samual Date: Fri, 30 Mar 2012 18:35:12 +0000 (-0400) Subject: Update return message a bit X-Git-Tag: xonotic-v0.7.0~240^2~158 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=09d9b553292a1c29e54029a596fb4d881411aef5;p=xonotic%2Fxonotic-data.pk3dir.git Update return message a bit --- diff --git a/qcsrc/server/mutators/gamemode_ctf.qc b/qcsrc/server/mutators/gamemode_ctf.qc index 32a45b103..a02be4fd2 100644 --- a/qcsrc/server/mutators/gamemode_ctf.qc +++ b/qcsrc/server/mutators/gamemode_ctf.qc @@ -451,7 +451,7 @@ void ctf_FlagTouch() if((trace_dphitq3surfaceflags & Q3SURFACEFLAG_NOIMPACT) || ((trace_dpstartcontents | trace_dphitcontents) & (DPCONTENTS_SLIME | DPCONTENTS_LAVA | DPCONTENTS_NODROP))) { // The flag fell off the map or into lava/slime, respawn it since players can't get to it - bprint("The ", self.netname, " has returned to base\n"); + bprint("The ", self.netname, " fell somewhere it couldn't be reached and has returned to base\n"); sound (self, CH_TRIGGER, self.snd_flag_respawn, VOL_BASE, ATTN_NONE); ctf_EventLog("returned", self.team, world); ctf_RespawnFlag(self);