Uses shorter AddCommand form for "show estates"

This commit is contained in:
Justin Clark-Casey (justincc)
2012-03-08 02:23:52 +00:00
parent 650d761c06
commit dfdb0e140c

View File

@@ -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() {}