From 2808637977a5987a24e5a64427b549a328320687 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 2 Mar 2012 12:59:20 +0100 Subject: [PATCH] REALLY turn off the hack --- qcsrc/warpzonelib/server.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/warpzonelib/server.qc b/qcsrc/warpzonelib/server.qc index dfc30bdfd..a4d624c7a 100644 --- a/qcsrc/warpzonelib/server.qc +++ b/qcsrc/warpzonelib/server.qc @@ -302,7 +302,7 @@ float WarpZone_Camera_Send(entity to, float sendflags) return TRUE; } -#ifndef WARPZONELIB_KEEPDEBUG +#ifdef WARPZONELIB_KEEPDEBUG float WarpZone_CheckProjectileImpact(entity player) { vector o0, v0; -- 2.39.2