* Quick fix. Re-enabled some code which registers the Terrain Module's Commander with the scene (whoops).
parent
fadd19f314
commit
c502416548
|
@ -297,7 +297,7 @@ namespace OpenSim.Region.Environment.Modules.Terrain
|
||||||
m_commander.RegisterCommand("newbrushes", experimentalBrushesCommand);
|
m_commander.RegisterCommand("newbrushes", experimentalBrushesCommand);
|
||||||
|
|
||||||
// Add this to our scene so scripts can call these functions
|
// Add this to our scene so scripts can call these functions
|
||||||
//TMPm_scene.RegisterModuleCommander("Terrain", m_commander);
|
m_scene.RegisterModuleCommander("Terrain", m_commander);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in New Issue