]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/t_plats.qc
Merge branch 'master' into terencehill/arena_and_ca_fixes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / t_plats.qc
index 087a048c30c84177de7cb17e97a74e32b3158ede..6ca7aee30428ba864403a079e62c7154707e0041 100644 (file)
@@ -57,9 +57,9 @@ void plat_spawn_inside_trigger()
                tmax_y = tmin_y + 1;
        }
 
-       if(tmin_x > tmax_x)
-               if(tmin_y > tmax_y)
-                       if(tmin_z > tmax_z)
+       if(tmin_x < tmax_x)
+               if(tmin_y < tmax_y)
+                       if(tmin_z < tmax_z)
                        {
                                setsize (trigger, tmin, tmax);
                                return;