]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/warpzone/client.qc
Unpredict warpzones until angle rolling can be fixed
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / warpzone / client.qc
index 3eaba332aec26dfcc37aa62e6826db5c7ffe0455..e33a72b1ed9830403468e61e27f251cba3708094 100644 (file)
@@ -89,7 +89,7 @@ NET_HANDLE(ENT_CLIENT_WARPZONE, bool isnew)
        // engine currently wants this
        self.predraw = WarpZone_Fade_PreDraw;
 
-       self.move_touch = WarpZone_Touch;
+       //self.move_touch = WarpZone_Touch;
        return true;
 }