]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix waypoints
authorMario <mario.mario@y7mail.com>
Tue, 24 Sep 2013 11:11:38 +0000 (04:11 -0700)
committerMario <mario.mario@y7mail.com>
Tue, 24 Sep 2013 11:11:38 +0000 (04:11 -0700)
qcsrc/server/mutators/gamemode_ctf.qc

index 0184995fd21e77488bfd2024526a1f02ee503624..e67dad72a4b30435428dba06aeec00903282da10 100644 (file)
@@ -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;