mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Tweak to above
This commit is contained in:
@@ -110,7 +110,7 @@ namespace OpenSim.Region.CoreModules.InterGrid
|
||||
{
|
||||
IDialogModule dialogModule = scene.RequestModuleInterface<IDialogModule>();
|
||||
if (dialogModule != null)
|
||||
dialogModule.SendNotificationToUsersInEstate(UUID.Random(), user, message);
|
||||
dialogModule.SendNotificationToUsersInRegion(UUID.Random(), user, message);
|
||||
}
|
||||
|
||||
responseData["accepted"] = true;
|
||||
|
||||
Reference in New Issue
Block a user