Skip to content

Commit

Permalink
Revert "don't dispatch gren usermessage to sourcetv"
Browse files Browse the repository at this point in the history
This reverts commit cae6c63.
  • Loading branch information
YoYo178 committed Jan 8, 2025
1 parent 04c6efd commit 5b263f9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mp/src/game/shared/ff/ff_gamerules.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose: The TF Game rules
//
Expand Down Expand Up @@ -660,9 +660,7 @@ ConVar mp_friendlyfire_armorstrip( "mp_friendlyfire_armorstrip",
pPlayer->ResetFortPointsCount();
pPlayer->ResetDeathCount();
pPlayer->ResetAsisstsCount();

if(!pPlayer->IsHLTV())
FF_SendStopGrenTimerMessage(pPlayer);
FF_SendStopGrenTimerMessage(pPlayer);

if( FF_IsPlayerSpec( pPlayer ) )
continue;
Expand Down

0 comments on commit 5b263f9

Please sign in to comment.