From: Mario Date: Tue, 24 Sep 2013 11:11:38 +0000 (-0700) Subject: Fix waypoints X-Git-Tag: xonotic-v0.8.1~29^2~34 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8dd95c65bda96f6004d44bd9daef4cb667f65ab0;p=xonotic%2Fxonotic-data.pk3dir.git Fix waypoints --- diff --git a/qcsrc/server/mutators/gamemode_ctf.qc b/qcsrc/server/mutators/gamemode_ctf.qc index 0184995fd..e67dad72a 100644 --- a/qcsrc/server/mutators/gamemode_ctf.qc +++ b/qcsrc/server/mutators/gamemode_ctf.qc @@ -122,6 +122,9 @@ float ctf_Stalemate_customizeentityforclient() if(CTF_SAMETEAM(wp_owner.flagcarried, wp_owner)) return FALSE; + if(SAME_TEAM(wp_owner, e)) + return FALSE; + if not(IS_PLAYER(e)) return FALSE;