mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2026-01-25 00:32:37 +01:00
[TF] Reverted Gas Passer respawn room fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user