mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Fixed an issue with the PresenceModule in "gridmode", introduced by my fixing the notifications of the messaging service in standalone.
This commit is contained in:
@@ -330,9 +330,6 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
|
||||
|
||||
private void NotifyMessageServerOfStartup(Scene scene)
|
||||
{
|
||||
if (m_Scenes[0].CommsManager.NetworkServersInfo.MessagingURL == string.Empty)
|
||||
return;
|
||||
|
||||
Hashtable xmlrpcdata = new Hashtable();
|
||||
xmlrpcdata["RegionUUID"] = scene.RegionInfo.RegionID.ToString();
|
||||
ArrayList SendParams = new ArrayList();
|
||||
|
||||
Reference in New Issue
Block a user