diff options
Diffstat (limited to 'src/Main.cs')
-rw-r--r-- | src/Main.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cs b/src/Main.cs index 8446c5e..a738d03 100644 --- a/src/Main.cs +++ b/src/Main.cs | |||
@@ -161,7 +161,7 @@ namespace OpenSim | |||
161 | local_world.PhysScene.SetTerrain(local_world.LandMap); | 161 | local_world.PhysScene.SetTerrain(local_world.LandMap); |
162 | 162 | ||
163 | OpenSim_Main.gridServers.AssetServer.SetServerInfo(OpenSim_Main.cfg.AssetURL, OpenSim_Main.cfg.AssetSendKey); | 163 | OpenSim_Main.gridServers.AssetServer.SetServerInfo(OpenSim_Main.cfg.AssetURL, OpenSim_Main.cfg.AssetSendKey); |
164 | OpenSim_Main.gridServers.GridServer.SetServerInfo(OpenSim_Main.cfg.GridURL, OpenSim_Main.cfg.GridSendKey); | 164 | OpenSim_Main.gridServers.GridServer.SetServerInfo(OpenSim_Main.cfg.GridURL, OpenSim_Main.cfg.GridSendKey, OpenSim_Main.cfg.GridRecvKey, OpenSim_Main.cfg.UserURL, OpenSim_Main.cfg.UserSendKey, OpenSim_Main.cfg.UserRecvKey); |
165 | 165 | ||
166 | local_world.LoadStorageDLL("Db4LocalStorage.dll"); //all these dll names shouldn't be hard coded. | 166 | local_world.LoadStorageDLL("Db4LocalStorage.dll"); //all these dll names shouldn't be hard coded. |
167 | local_world.LoadPrimsFromStorage(); | 167 | local_world.LoadPrimsFromStorage(); |