missing changes

This commit is contained in:
UbitUmarov
2022-03-18 19:28:17 +00:00
parent 93f292ca39
commit 94f291fd99
2 changed files with 3 additions and 3 deletions

View File

@@ -3991,7 +3991,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
address = account.Email;
}
m_emailModule.SendEmail(m_host.UUID, address, subject, message);
m_emailModule.SendEmail(m_host.UUID, m_host.ParentGroup.OwnerID, address, subject, message);
// no dataserver event
};
@@ -4079,7 +4079,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
return;
}
m_emailModule.SendEmail(m_host.UUID, address, subject, message);
m_emailModule.SendEmail(m_host.UUID, m_host.ParentGroup.OwnerID, address, subject, message);
};
m_AsyncCommands.DataserverPlugin.RegisterRequest(m_host.LocalId,