Uses shorter AddCommand form for "show estates"

0.7.3-extended
Justin Clark-Casey (justincc) 2012-03-08 02:23:52 +00:00
parent 8cc5322b39
commit f4df128e52
1 changed files with 1 additions and 1 deletions

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