From: Samual Date: Mon, 15 Aug 2011 00:32:18 +0000 (-0400) Subject: Forgot one adaption X-Git-Tag: xonotic-v0.5.0~109^2~4 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=be4ea182a9c024a356f2fc76cd31ce3a5b5de792;p=xonotic%2Fxonotic-data.pk3dir.git Forgot one adaption --- 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