]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Check for IS_CLIENT (we don't need to be sure this isn't a real client)
authorMario <mario@smbclan.net>
Mon, 4 Jan 2016 07:07:09 +0000 (17:07 +1000)
committerMario <mario@smbclan.net>
Mon, 4 Jan 2016 07:07:09 +0000 (17:07 +1000)
qcsrc/lib/warpzone/server.qc

index e9fdf771a1a98f3eab485b9c162e9acba637e659..4f15d62123d366ad2c6d00bb5d4598798e817265 100644 (file)
@@ -874,7 +874,7 @@ void WarpZone_StartFrame()
                        WarpZone_StoreProjectileData(it);
 
                if((IS_OBSERVER(it) || it.solid == SOLID_NOT))
-               if(IS_REAL_CLIENT(it))
+               if(IS_CLIENT(it)) // we don't care about it being a bot
                {
                        other = it; // player