diff --git a/Runtime/World/CExplosion.cpp b/Runtime/World/CExplosion.cpp index 94473a83e..a4e2af521 100644 --- a/Runtime/World/CExplosion.cpp +++ b/Runtime/World/CExplosion.cpp @@ -58,7 +58,7 @@ void CExplosion::AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId sender, CSt CActor::AcceptScriptMsg(msg, sender, mgr); if (xec_explosionLight != kInvalidUniqueId) - mgr.SendScriptMsgAlways(sender, xec_explosionLight, msg); + mgr.SendScriptMsgAlways(xec_explosionLight, sender, msg); } void CExplosion::Think(float dt, CStateManager& mgr) {