aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimMain.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Application/OpenSimMain.cs')
-rw-r--r--OpenSim/Region/Application/OpenSimMain.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs
index c5c9efc..949c369 100644
--- a/OpenSim/Region/Application/OpenSimMain.cs
+++ b/OpenSim/Region/Application/OpenSimMain.cs
@@ -217,7 +217,7 @@ namespace OpenSim
217 m_udpServer.Add(udpServer); 217 m_udpServer.Add(udpServer);
218 this.regionData.Add(regionDat); 218 this.regionData.Add(regionDat);
219 219
220 LocalWorld = new Scene(udpServer.PacketServer.ClientAPIs, regionDat, authenBase, commsManager, this.AssetCache, httpServer); 220 LocalWorld = new Scene(udpServer.PacketServer.ClientManager, regionDat, authenBase, commsManager, this.AssetCache, httpServer);
221 this.m_localWorld.Add(LocalWorld); 221 this.m_localWorld.Add(LocalWorld);
222 //LocalWorld.InventoryCache = InventoryCache; 222 //LocalWorld.InventoryCache = InventoryCache;
223 //LocalWorld.AssetCache = AssetCache; 223 //LocalWorld.AssetCache = AssetCache;