Skip to content

Commit edfdecb

Browse files
committed
Revert "Fix missing onExplosion trigger for satchel charges (#4267)"
This reverts commit deb9266.
1 parent bfddf04 commit edfdecb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Client/mods/deathmatch/logic/CClientPed.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4970,10 +4970,7 @@ void CClientPed::DestroySatchelCharges(bool bBlow, bool bDestroy)
49704970
bool bCancelExplosion = !CallEvent("onClientExplosion", Arguments, true);
49714971

49724972
if (!bCancelExplosion)
4973-
{
49744973
m_pManager->GetExplosionManager()->Create(EXP_TYPE_GRENADE, vecPosition, this, true, -1.0f, false, WEAPONTYPE_REMOTE_SATCHEL_CHARGE);
4975-
g_pClientGame->SendExplosionSync(vecPosition, EXP_TYPE_GRENADE, this);
4976-
}
49774974
}
49784975
if (bDestroy)
49794976
{

0 commit comments

Comments
 (0)