From 48b05c6784e8e3c647b4efc8ffdee7c51b59251f Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 7 Mar 2007 20:18:20 +0000 Subject: Hopefully fixed the Session logout bug. Should now see avatars for other users connected to the same sim. --- src/world/World.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/world/World.cs') diff --git a/src/world/World.cs b/src/world/World.cs index 8427a38..41a7a34 100644 --- a/src/world/World.cs +++ b/src/world/World.cs @@ -3,6 +3,7 @@ using libsecondlife; using libsecondlife.Packets; using System.Collections.Generic; using System.Text; +using System.IO; using PhysicsSystem; namespace OpenSim.world @@ -27,7 +28,8 @@ namespace OpenSim.world ServerConsole.MainConsole.Instance.WriteLine("World.cs - creating LandMap"); TerrainManager = new TerrainManager(new SecondLife()); - + Avatar.SetupTemplate("avatar-template.dat"); + // ServerConsole.MainConsole.Instance.WriteLine("World.cs - Creating script engine instance"); // Initialise this only after the world has loaded // Scripts = new ScriptEngine(this); @@ -111,7 +113,6 @@ namespace OpenSim.world return false; } - - + } } -- cgit v1.1