]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Allow bots to be teleported while dead and with their body exploded (invisible) just...
authorterencehill <piuntn@gmail.com>
Thu, 4 May 2023 17:08:19 +0000 (19:08 +0200)
committerterencehill <piuntn@gmail.com>
Thu, 4 May 2023 17:08:19 +0000 (19:08 +0200)
qcsrc/lib/warpzone/server.qc

index 4a78ea21c772ac5beae1abe6cc390cb05622bb78..4e7be227ddb0ebc8331f6e9168bb45e236101405 100644 (file)
@@ -809,7 +809,7 @@ void WarpZone_StartFrame()
                if(warpzone_warpzones_exist)
                        WarpZone_StoreProjectileData(it); // TODO: not actually needed
 
-               if((IS_OBSERVER(it) || it.solid == SOLID_NOT) && !IS_BOT_CLIENT(it))
+               if((IS_OBSERVER(it) || it.solid == SOLID_NOT))
                {
                        // warpzones
                        if (warpzone_warpzones_exist) {