From 98d81485e724b26d9ad35b9b7cd24c98808b9a81 Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 28 Mar 2007 13:08:27 +0000 Subject: RIP OpenSimRoot. (removed) Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch. --- OpenSim/RegionServer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/RegionServer.cs') diff --git a/OpenSim/RegionServer.cs b/OpenSim/RegionServer.cs index 30eec3b..0244116 100644 --- a/OpenSim/RegionServer.cs +++ b/OpenSim/RegionServer.cs @@ -42,8 +42,8 @@ namespace OpenSim } OpenSimMain sim = new OpenSimMain( sandBoxMode, startLoginServer, physicsEngine ); - OpenSimRoot.Instance.Application = sim; - OpenSimRoot.Instance.Sandbox = sandBoxMode; + // OpenSimRoot.Instance.Application = sim; + sim.m_sandbox = sandBoxMode; OpenSim.world.Avatar.PhysicsEngineFlying = allowFlying; sim.StartUp(); -- cgit v1.1