]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/warpzonelib/server.qc
fix the boxiness code :P
[xonotic/xonotic-data.pk3dir.git] / qcsrc / warpzonelib / server.qc
index f333beaff7a660e4438683e5fbda37cce236b2ca..33b736e562174b71eaee0fab2de381a0eb523ca8 100644 (file)
@@ -131,7 +131,7 @@ float WarpZone_Send(entity to, float sendflags)
        WriteByte(MSG_ENTITY, ENT_CLIENT_WARPZONE);
 
        // we must send this flag for clientside to match properly too
-       WriteByte(MSG_ENTITY, self.WarpZone_isboxy);
+       WriteByte(MSG_ENTITY, self.warpzone_isboxy);
 
        // we need THESE to render the warpzone (and cull properly)...
        WriteCoord(MSG_ENTITY, self.origin_x);