From ff71d2d4cd82a3a6ded4b5a5246f98ba6db8773a Mon Sep 17 00:00:00 2001 From: MW Date: Mon, 26 Mar 2007 19:05:50 +0000 Subject: preparing to add full clothes/body part support. Currently you can: now create new body parts and clothes. edit those clothes and wear them. But currently you will not see most of the edited effects on your own avatar, although often other clients will see those changes on your avatar. --- OpenSim/RegionServer.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'OpenSim/RegionServer.cs') diff --git a/OpenSim/RegionServer.cs b/OpenSim/RegionServer.cs index 725a7cf..d6d0af9 100644 --- a/OpenSim/RegionServer.cs +++ b/OpenSim/RegionServer.cs @@ -40,11 +40,11 @@ namespace OpenSim OpenSim.world.Avatar.PhysicsEngineFlying = true; } if (args[i] == "-ode") - { - sim._physicsEngine = "OpenDynamicsEngine"; - OpenSim.world.Avatar.PhysicsEngineFlying = true; - } - } + { + sim._physicsEngine = "OpenDynamicsEngine"; + OpenSim.world.Avatar.PhysicsEngineFlying = true; + } + } OpenSimRoot.Instance.GridServers = new Grid(); -- cgit v1.1