Skip to content

Commit 9864cd9

Browse files
committed
Update tf_player_shared.cpp
1 parent 5e971b0 commit 9864cd9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/game/shared/tf/tf_player_shared.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5019,11 +5019,7 @@ static int GetResistShieldSkinForResistType( ETFCond eCond )
50195019
//-----------------------------------------------------------------------------
50205020
static void AddResistShield( C_LocalTempEntity** pShield, CTFPlayer* pPlayer, ETFCond eCond )
50215021
{
5022-
#if defined(QUIVER_DLL)
5023-
if (eCond != QF_COND_ARMOR && CBasePlayer::GetLocalPlayer() == pPlayer)
5024-
#else
50255022
if( CBasePlayer::GetLocalPlayer() == pPlayer )
5026-
#endif
50275023
return;
50285024

50295025
// do not add if stealthed

0 commit comments

Comments
 (0)