diff options
author | lbsa71 | 2007-07-09 21:25:43 +0000 |
---|---|---|
committer | lbsa71 | 2007-07-09 21:25:43 +0000 |
commit | 85dd493614cda12488eb7920713ddda07c921dbc (patch) | |
tree | caa4dc30e786e48645981e192d45acd8c564d5b9 /OpenSim/Region/Application | |
parent | * Introduced ClientManager for great justice. (diff) | |
download | opensim-SC_OLD-85dd493614cda12488eb7920713ddda07c921dbc.zip opensim-SC_OLD-85dd493614cda12488eb7920713ddda07c921dbc.tar.gz opensim-SC_OLD-85dd493614cda12488eb7920713ddda07c921dbc.tar.bz2 opensim-SC_OLD-85dd493614cda12488eb7920713ddda07c921dbc.tar.xz |
* some follow up renaming of members et c.
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 2 |
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; |