From 694dff3b7007760039c9eea95fe9b1a89df68432 Mon Sep 17 00:00:00 2001 From: MW Date: Sat, 16 Feb 2008 11:55:09 +0000 Subject: Some changes to remove some of the direct calls to CommsManager from Scene, so that they now go through the SceneCommunicationService. As a small step towards the day we can kill the CommsManager (YAY!) --- OpenSim/Region/Communications/Local/LocalLoginService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Communications') diff --git a/OpenSim/Region/Communications/Local/LocalLoginService.cs b/OpenSim/Region/Communications/Local/LocalLoginService.cs index 53748ab..e6a9621 100644 --- a/OpenSim/Region/Communications/Local/LocalLoginService.cs +++ b/OpenSim/Region/Communications/Local/LocalLoginService.cs @@ -138,7 +138,7 @@ namespace OpenSim.Region.Communications.Local response.SimAddress = reg.ExternalEndPoint.Address.ToString(); response.SimPort = (uint) reg.ExternalEndPoint.Port; response.RegionX = reg.RegionLocX; - response.RegionY = reg.RegionLocY; + response.RegionY = reg.RegionLocY ; response.SeedCapability = "http://" + reg.ExternalHostName + ":" + serversInfo.HttpListenerPort.ToString() + "/CAPS/" + capsPath + "0000/"; -- cgit v1.1