aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/world/World.cs
diff options
context:
space:
mode:
authorMW2007-03-07 22:25:13 +0000
committerMW2007-03-07 22:25:13 +0000
commit778e302133283e3c4ea9c26431b46b3abe23dc1a (patch)
tree53f0bcec8bb9eccc587187326fa8ceac8ddffd12 /src/world/World.cs
parentHopefully fixed the Session logout bug. (diff)
downloadopensim-SC_OLD-778e302133283e3c4ea9c26431b46b3abe23dc1a.zip
opensim-SC_OLD-778e302133283e3c4ea9c26431b46b3abe23dc1a.tar.gz
opensim-SC_OLD-778e302133283e3c4ea9c26431b46b3abe23dc1a.tar.bz2
opensim-SC_OLD-778e302133283e3c4ea9c26431b46b3abe23dc1a.tar.xz
Primitives movement and rotation updates are now sent to all clients
Diffstat (limited to '')
-rw-r--r--src/world/World.cs1
1 files changed, 0 insertions, 1 deletions
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
29 ServerConsole.MainConsole.Instance.WriteLine("World.cs - creating LandMap"); 29 ServerConsole.MainConsole.Instance.WriteLine("World.cs - creating LandMap");
30 TerrainManager = new TerrainManager(new SecondLife()); 30 TerrainManager = new TerrainManager(new SecondLife());
31 Avatar.SetupTemplate("avatar-template.dat"); 31 Avatar.SetupTemplate("avatar-template.dat");
32
33 // ServerConsole.MainConsole.Instance.WriteLine("World.cs - Creating script engine instance"); 32 // ServerConsole.MainConsole.Instance.WriteLine("World.cs - Creating script engine instance");
34 // Initialise this only after the world has loaded 33 // Initialise this only after the world has loaded
35 // Scripts = new ScriptEngine(this); 34 // Scripts = new ScriptEngine(this);