diff --git a/Client/mods/deathmatch/logic/CClientPed.cpp b/Client/mods/deathmatch/logic/CClientPed.cpp index 59ce2f4cde..a9ef955e6e 100644 --- a/Client/mods/deathmatch/logic/CClientPed.cpp +++ b/Client/mods/deathmatch/logic/CClientPed.cpp @@ -4970,7 +4970,10 @@ void CClientPed::DestroySatchelCharges(bool bBlow, bool bDestroy) bool bCancelExplosion = !CallEvent("onClientExplosion", Arguments, true); if (!bCancelExplosion) + { m_pManager->GetExplosionManager()->Create(EXP_TYPE_GRENADE, vecPosition, this, true, -1.0f, false, WEAPONTYPE_REMOTE_SATCHEL_CHARGE); + g_pClientGame->SendExplosionSync(vecPosition, EXP_TYPE_GRENADE, this); + } } if (bDestroy) {