* Tweak to above
parent
2feb218817
commit
5db649538a
|
@ -110,7 +110,7 @@ namespace OpenSim.Region.CoreModules.InterGrid
|
||||||
{
|
{
|
||||||
IDialogModule dialogModule = scene.RequestModuleInterface<IDialogModule>();
|
IDialogModule dialogModule = scene.RequestModuleInterface<IDialogModule>();
|
||||||
if (dialogModule != null)
|
if (dialogModule != null)
|
||||||
dialogModule.SendNotificationToUsersInEstate(UUID.Random(), user, message);
|
dialogModule.SendNotificationToUsersInRegion(UUID.Random(), user, message);
|
||||||
}
|
}
|
||||||
|
|
||||||
responseData["accepted"] = true;
|
responseData["accepted"] = true;
|
||||||
|
|
Loading…
Reference in New Issue