diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/OpenSim.RegionServer/world/World.cs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/OpenSim/OpenSim.RegionServer/world/World.cs b/OpenSim/OpenSim.RegionServer/world/World.cs index 2edb8e7..1991b74 100644 --- a/OpenSim/OpenSim.RegionServer/world/World.cs +++ b/OpenSim/OpenSim.RegionServer/world/World.cs | |||
@@ -383,11 +383,7 @@ namespace OpenSim.world | |||
383 | { | 383 | { |
384 | if (changes) | 384 | if (changes) |
385 | { | 385 | { |
386 | lock (this.LockPhysicsEngine) | 386 | /* Dont save here, rely on tainting system instead */ |
387 | { | ||
388 | this.phyScene.SetTerrain(this.Terrain.getHeights1D()); | ||
389 | } | ||
390 | this.localStorage.SaveMap(this.Terrain.getHeights1D()); | ||
391 | 387 | ||
392 | foreach (ClientView client in m_clientThreads.Values) | 388 | foreach (ClientView client in m_clientThreads.Values) |
393 | { | 389 | { |