diff --git a/src/game/shared/tf/tf_weapon_jar_gas.cpp b/src/game/shared/tf/tf_weapon_jar_gas.cpp index c9deb3535..1432a290e 100644 --- a/src/game/shared/tf/tf_weapon_jar_gas.cpp +++ b/src/game/shared/tf/tf_weapon_jar_gas.cpp @@ -29,7 +29,6 @@ #include "tf_flame.h" #include "dt_utlvector_send.h" #include "collisionutils.h" -#include "func_respawnroom.h" #endif @@ -366,12 +365,6 @@ bool CTFGasManager::ShouldCollide( CBaseEntity *pEnt ) const if ( pEnt->GetTeamNumber() == GetTeamNumber() ) return false; - if ( PointsCrossRespawnRoomVisualizer( GetInitialPosition(), pEnt->GetAbsOrigin() ) ) - return false; - - if ( PointInRespawnRoom( pEnt, pEnt->GetAbsOrigin() ) ) - return false; - if ( TFGameRules() && TFGameRules()->IsTruceActive() ) return false;