mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* refactor: Move module handling code up into SceneBase from Scene, reducing the large number of different things that Scene does
This commit is contained in:
@@ -263,6 +263,7 @@ namespace OpenSim.Region.Environment.Modules.World.Terrain
|
||||
throw new TerrainException(String.Format("unable to load heightmap: parser {0} does not support loading", loader.Value));
|
||||
}
|
||||
}
|
||||
|
||||
CheckForTerrainUpdates();
|
||||
m_log.Info("[TERRAIN]: File (" + filename + ") loaded successfully");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user