diff options
author | MW | 2007-05-16 15:46:22 +0000 |
---|---|---|
committer | MW | 2007-05-16 15:46:22 +0000 |
commit | 3f39648605a432aae6a8c9ff9fb5ee481b06035e (patch) | |
tree | 52c5fab963a15b5a82b66a8617f2692b8d67674f /OpenSim.RegionServer/OpenSimMain.cs | |
parent | * deleted some user files (diff) | |
download | opensim-SC_OLD-3f39648605a432aae6a8c9ff9fb5ee481b06035e.zip opensim-SC_OLD-3f39648605a432aae6a8c9ff9fb5ee481b06035e.tar.gz opensim-SC_OLD-3f39648605a432aae6a8c9ff9fb5ee481b06035e.tar.bz2 opensim-SC_OLD-3f39648605a432aae6a8c9ff9fb5ee481b06035e.tar.xz |
More refactoring.
Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon)
Diffstat (limited to '')
-rw-r--r-- | OpenSim.RegionServer/OpenSimMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.RegionServer/OpenSimMain.cs b/OpenSim.RegionServer/OpenSimMain.cs index 46b682b..ce49074 100644 --- a/OpenSim.RegionServer/OpenSimMain.cs +++ b/OpenSim.RegionServer/OpenSimMain.cs | |||
@@ -267,7 +267,7 @@ namespace OpenSim | |||
267 | LocalWorld.LoadWorldMap(); | 267 | LocalWorld.LoadWorldMap(); |
268 | 268 | ||
269 | m_console.WriteLine(OpenSim.Framework.Console.LogPriority.LOW, "Main.cs:Startup() - Starting up messaging system"); | 269 | m_console.WriteLine(OpenSim.Framework.Console.LogPriority.LOW, "Main.cs:Startup() - Starting up messaging system"); |
270 | LocalWorld.PhysScene = this.physManager.GetPhysicsScene(this.m_physicsEngine); //should be reading from the config file what physics engine to use | 270 | LocalWorld.PhysScene = this.physManager.GetPhysicsScene(this.m_physicsEngine); |
271 | LocalWorld.PhysScene.SetTerrain(LocalWorld.Terrain.getHeights1D()); | 271 | LocalWorld.PhysScene.SetTerrain(LocalWorld.Terrain.getHeights1D()); |
272 | LocalWorld.LoadPrimsFromStorage(); | 272 | LocalWorld.LoadPrimsFromStorage(); |
273 | } | 273 | } |