]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/warpzone/server.qc
Fix warpzones
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / warpzone / server.qc
index 5262ca6de3a094ff2e46c6ddddeb7ab91651fe24..974145e149aa81a744736fce107752b5e03bed7c 100644 (file)
@@ -176,7 +176,9 @@ void WarpZone_Touch(entity this, entity toucher)
 
        // FIXME needs a better check to know what is safe to teleport and what not
        if(toucher.movetype == MOVETYPE_NONE || toucher.movetype == MOVETYPE_FOLLOW || toucher.tag_entity
+#if 0
        || toucher.move_movetype == MOVETYPE_NONE || toucher.move_movetype == MOVETYPE_FOLLOW
+#endif
 #ifdef CSQC
        || tag_networkentity
 #endif