mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Quick fix. Re-enabled some code which registers the Terrain Module's Commander with the scene (whoops).
This commit is contained in:
@@ -297,7 +297,7 @@ namespace OpenSim.Region.Environment.Modules.Terrain
|
||||
m_commander.RegisterCommand("newbrushes", experimentalBrushesCommand);
|
||||
|
||||
// Add this to our scene so scripts can call these functions
|
||||
//TMPm_scene.RegisterModuleCommander("Terrain", m_commander);
|
||||
m_scene.RegisterModuleCommander("Terrain", m_commander);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user