mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Uses shorter AddCommand form for "show estates"
This commit is contained in:
@@ -77,7 +77,7 @@ namespace OpenSim.Region.CoreModules.World.Estate
|
||||
consoleSetTerrainHeights);
|
||||
|
||||
m_module.Scene.AddCommand(
|
||||
"Estates", m_module, "estate show", "estate show", "Shows all estates on the simulator.", "", ShowEstatesCommand);
|
||||
"Estates", m_module, "estate show", "estate show", "Shows all estates on the simulator.", ShowEstatesCommand);
|
||||
}
|
||||
|
||||
public void Close() {}
|
||||
|
||||
Reference in New Issue
Block a user