Fixed an issue with the PresenceModule in "gridmode", introduced by my fixing the notifications of the messaging service in standalone.
parent
b17be045e4
commit
e15a9b8484
|
@ -330,9 +330,6 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
|
||||||
|
|
||||||
private void NotifyMessageServerOfStartup(Scene scene)
|
private void NotifyMessageServerOfStartup(Scene scene)
|
||||||
{
|
{
|
||||||
if (m_Scenes[0].CommsManager.NetworkServersInfo.MessagingURL == string.Empty)
|
|
||||||
return;
|
|
||||||
|
|
||||||
Hashtable xmlrpcdata = new Hashtable();
|
Hashtable xmlrpcdata = new Hashtable();
|
||||||
xmlrpcdata["RegionUUID"] = scene.RegionInfo.RegionID.ToString();
|
xmlrpcdata["RegionUUID"] = scene.RegionInfo.RegionID.ToString();
|
||||||
ArrayList SendParams = new ArrayList();
|
ArrayList SendParams = new ArrayList();
|
||||||
|
|
Loading…
Reference in New Issue