aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorgareth2007-03-24 16:57:42 +0000
committergareth2007-03-24 16:57:42 +0000
commit3c6dc8e7a8463ae1c1ff4ec43de14e24ab524c05 (patch)
tree7fb3355cd5badcf1d54d3d89191ccbf8711c06e2
parentApplying Randomskk's patches (diff)
downloadopensim-SC_OLD-3c6dc8e7a8463ae1c1ff4ec43de14e24ab524c05.zip
opensim-SC_OLD-3c6dc8e7a8463ae1c1ff4ec43de14e24ab524c05.tar.gz
opensim-SC_OLD-3c6dc8e7a8463ae1c1ff4ec43de14e24ab524c05.tar.bz2
opensim-SC_OLD-3c6dc8e7a8463ae1c1ff4ec43de14e24ab524c05.tar.xz
Uncommented line
-rw-r--r--OpenSim.RegionServer/world/World.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.RegionServer/world/World.cs b/OpenSim.RegionServer/world/World.cs
index 80e63b3..06a673a 100644
--- a/OpenSim.RegionServer/world/World.cs
+++ b/OpenSim.RegionServer/world/World.cs
@@ -236,7 +236,7 @@ namespace OpenSim.world
236 { 236 {
237 lock (OpenSimRoot.Instance.LocalWorld.Entities) 237 lock (OpenSimRoot.Instance.LocalWorld.Entities)
238 { 238 {
239 //OpenSimRoot.Instance.LocalWorld.Entities.Remove(uuid); 239 OpenSimRoot.Instance.LocalWorld.Entities.Remove(uuid);
240 } 240 }
241 } 241 }
242 242