From 778e302133283e3c4ea9c26431b46b3abe23dc1a Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 7 Mar 2007 22:25:13 +0000 Subject: Primitives movement and rotation updates are now sent to all clients --- src/world/World.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/world/World.cs') diff --git a/src/world/World.cs b/src/world/World.cs index 41a7a34..f6f58c7 100644 --- a/src/world/World.cs +++ b/src/world/World.cs @@ -29,7 +29,6 @@ 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); -- cgit v1.1