From be4ea182a9c024a356f2fc76cd31ce3a5b5de792 Mon Sep 17 00:00:00 2001 From: Samual Date: Sun, 14 Aug 2011 20:32:18 -0400 Subject: [PATCH] Forgot one adaption --- 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 fd23bb854..0a50d3235 100644 --- a/qcsrc/warpzonelib/server.qc +++ b/qcsrc/warpzonelib/server.qc @@ -784,7 +784,7 @@ void WarpZone_StartFrame() if(f == CLIENTTYPE_REAL) { if(e.solid == SOLID_NOT) // not spectating? - if(e.movetype == MOVETYPE_NOCLIP || e.movetype == MOVETYPE_FLY) // not spectating? (this is to catch observers) + if(e.movetype == MOVETYPE_NOCLIP || e.movetype == MOVETYPE_FLY || e.movetype == MOVETYPE_SPECTATOR) // not spectating? (this is to catch observers) { other = e; // player -- 2.39.2