mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Semibug fix: Terrain should not save to database every time a packet is recieved. Terrain is always updated every Backup() call anyway.
This commit is contained in:
@@ -383,11 +383,7 @@ namespace OpenSim.world
|
||||
{
|
||||
if (changes)
|
||||
{
|
||||
lock (this.LockPhysicsEngine)
|
||||
{
|
||||
this.phyScene.SetTerrain(this.Terrain.getHeights1D());
|
||||
}
|
||||
this.localStorage.SaveMap(this.Terrain.getHeights1D());
|
||||
/* Dont save here, rely on tainting system instead */
|
||||
|
||||
foreach (ClientView client in m_clientThreads.Values)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user