aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/Linden/LLClientStackModule.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Client/Linden/LLClientStackModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/Linden/LLClientStackModule.cs b/OpenSim/Client/Linden/LLClientStackModule.cs
index 4639db8..461c651 100644
--- a/OpenSim/Client/Linden/LLClientStackModule.cs
+++ b/OpenSim/Client/Linden/LLClientStackModule.cs
@@ -83,7 +83,7 @@ namespace OpenSim.Client.Linden
83 m_clientServer 83 m_clientServer
84 = m_clientStackManager.CreateServer(endPoint.Address, 84 = m_clientStackManager.CreateServer(endPoint.Address,
85 ref port, m_scene.RegionInfo.ProxyOffset, m_scene.RegionInfo.m_allow_alternate_ports, m_source, 85 ref port, m_scene.RegionInfo.ProxyOffset, m_scene.RegionInfo.m_allow_alternate_ports, m_source,
86 m_scene.CommsManager.AssetCache, m_scene.AuthenticateHandler); 86 m_scene.AuthenticateHandler);
87 87
88 m_clientServer.AddScene(m_scene); 88 m_clientServer.AddScene(m_scene);
89 89