From 99a308007c6c13dc13a2184eb34014de94d75ea8 Mon Sep 17 00:00:00 2001 From: MW Date: Sun, 17 Jun 2007 19:25:04 +0000 Subject: Fixed inverted map texture problem. Added(from trunk) the loading of terrain files defined in the region.xml files. --- OpenSim/OpenSim.LocalCommunications/CommunicationsLocal.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/OpenSim.LocalCommunications') diff --git a/OpenSim/OpenSim.LocalCommunications/CommunicationsLocal.cs b/OpenSim/OpenSim.LocalCommunications/CommunicationsLocal.cs index 2293608..9b811ae 100644 --- a/OpenSim/OpenSim.LocalCommunications/CommunicationsLocal.cs +++ b/OpenSim/OpenSim.LocalCommunications/CommunicationsLocal.cs @@ -39,13 +39,13 @@ namespace OpenSim.LocalCommunications { public class CommunicationsLocal : CommunicationsManager { - public LocalBackEndServices SandManager = new LocalBackEndServices(); + public LocalBackEndServices SandBoxManager = new LocalBackEndServices(); public CommunicationsLocal() { UserServer = null; - GridServer = SandManager; - InterRegion = SandManager; + GridServer = SandBoxManager; + InterRegion = SandBoxManager; } } } -- cgit v1.1