mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* Fix for terrain issue whereby loading or manipulating a terrain item from the console would not cause the terrain to be saved to the Scene. (Mantis #845)
This commit is contained in:
@@ -222,6 +222,7 @@ namespace OpenSim.Region.Environment.Modules.Terrain
|
||||
private void InterfaceLoadFile(Object[] args)
|
||||
{
|
||||
LoadFromFile((string)args[0]);
|
||||
SendUpdatedLayerData();
|
||||
}
|
||||
|
||||
private void InterfaceLoadTileFile(Object[] args)
|
||||
@@ -231,6 +232,7 @@ namespace OpenSim.Region.Environment.Modules.Terrain
|
||||
(int)args[2],
|
||||
(int)args[3],
|
||||
(int)args[4]);
|
||||
SendUpdatedLayerData();
|
||||
}
|
||||
|
||||
private void InterfaceSaveFile(Object[] args)
|
||||
|
||||
Reference in New Issue
Block a user