Skip to content

Commit 7bf6af1

Browse files
committed
Revert "Fix missing onExplosion trigger for satchel charges (#4267)"
This reverts commit deb9266.
1 parent 9f1b791 commit 7bf6af1

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
@@ -4987,10 +4987,7 @@ void CClientPed::DestroySatchelCharges(bool bBlow, bool bDestroy)
49874987
bool bCancelExplosion = !CallEvent("onClientExplosion", Arguments, true);
49884988

49894989
if (!bCancelExplosion)
4990-
{
49914990
m_pManager->GetExplosionManager()->Create(EXP_TYPE_GRENADE, vecPosition, this, true, -1.0f, false, WEAPONTYPE_REMOTE_SATCHEL_CHARGE);
4992-
g_pClientGame->SendExplosionSync(vecPosition, EXP_TYPE_GRENADE, this);
4993-
}
49944991
}
49954992
if (bDestroy)
49964993
{

0 commit comments

Comments
 (0)