]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Forgot one adaption
authorSamual <samual@xonotic.org>
Mon, 15 Aug 2011 00:32:18 +0000 (20:32 -0400)
committerSamual <samual@xonotic.org>
Mon, 15 Aug 2011 00:32:18 +0000 (20:32 -0400)
qcsrc/warpzonelib/server.qc

index fd23bb854efaecbd7fe20481db03b90f45e1d222..0a50d3235f76dcbad3ef687a3b456f7889643527 100644 (file)
@@ -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