We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b52af0 commit a36ead8Copy full SHA for a36ead8
src/game/shared/tf/tf_weapon_jar_gas.cpp
@@ -29,7 +29,6 @@
29
#include "tf_flame.h"
30
#include "dt_utlvector_send.h"
31
#include "collisionutils.h"
32
-#include "func_respawnroom.h"
33
#endif
34
35
@@ -366,12 +365,6 @@ bool CTFGasManager::ShouldCollide( CBaseEntity *pEnt ) const
366
365
if ( pEnt->GetTeamNumber() == GetTeamNumber() )
367
return false;
368
369
- if ( PointsCrossRespawnRoomVisualizer( GetInitialPosition(), pEnt->GetAbsOrigin() ) )
370
- return false;
371
-
372
- if ( PointInRespawnRoom( pEnt, pEnt->GetAbsOrigin() ) )
373
374
375
if ( TFGameRules() && TFGameRules()->IsTruceActive() )
376
377
0 commit comments