diff options
Diffstat (limited to 'OpenSim/OpenSim.LocalCommunications/CommunicationsLocal.cs')
-rw-r--r-- | OpenSim/OpenSim.LocalCommunications/CommunicationsLocal.cs | 6 |
1 files changed, 3 insertions, 3 deletions
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 | |||
39 | { | 39 | { |
40 | public class CommunicationsLocal : CommunicationsManager | 40 | public class CommunicationsLocal : CommunicationsManager |
41 | { | 41 | { |
42 | public LocalBackEndServices SandManager = new LocalBackEndServices(); | 42 | public LocalBackEndServices SandBoxManager = new LocalBackEndServices(); |
43 | 43 | ||
44 | public CommunicationsLocal() | 44 | public CommunicationsLocal() |
45 | { | 45 | { |
46 | UserServer = null; | 46 | UserServer = null; |
47 | GridServer = SandManager; | 47 | GridServer = SandBoxManager; |
48 | InterRegion = SandManager; | 48 | InterRegion = SandBoxManager; |
49 | } | 49 | } |
50 | } | 50 | } |
51 | } | 51 | } |