From: terencehill Date: Thu, 4 May 2023 17:08:19 +0000 (+0200) Subject: Allow bots to be teleported while dead and with their body exploded (invisible) just... X-Git-Tag: xonotic-v0.8.6~118 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=086316c24e6eedb6c4fd23266ed65a528f879fd7;p=xonotic%2Fxonotic-data.pk3dir.git Allow bots to be teleported while dead and with their body exploded (invisible) just like other players. This commit basically reverts b0df2001 --- diff --git a/qcsrc/lib/warpzone/server.qc b/qcsrc/lib/warpzone/server.qc index 4a78ea21c..4e7be227d 100644 --- a/qcsrc/lib/warpzone/server.qc +++ b/qcsrc/lib/warpzone/server.qc @@ -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) {