]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mapobjects/trigger/jumppads.qc
Remove the stat for it (doesn't fix jumppad compatibility)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapobjects / trigger / jumppads.qc
index b32b4d262d90885ece07a79c95727c8298d1c69c..5ffdf2d1066085d9bd47fd1dd5d541af179b4671 100644 (file)
@@ -334,8 +334,7 @@ bool trigger_push_test(entity this, entity item)
 {
        // first calculate a typical start point for the jump
        vector org = (this.absmin + this.absmax) * 0.5;
-       if(!STAT(VQ3COMPAT))
-               org.z = this.absmax.z - PL_MIN_CONST.z - 7;
+       org.z = this.absmax.z - PL_MIN_CONST.z - 7;
 
        if (this.target)
        {