]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/warpzonelib/util_server.qc
Attempt to make ladders predicted (currently quite messed up)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / warpzonelib / util_server.qc
index daa8e6ddc17b4c6d23536066a67d3033141ff103..eafe2d47c0541dfcf7de17baacde6d3e985e408d 100644 (file)
@@ -53,11 +53,6 @@ float WarpZoneLib_MoveOutOfSolid(entity e)
        return TRUE;
 }
 
-float WarpZoneLib_ExactTrigger_Touch()
-{
-       return !WarpZoneLib_BoxTouchesBrush(other.absmin, other.absmax, self, other);
-}
-
 void WarpZoneLib_ExactTrigger_Init()
 {
        vector mi, ma;