diff options
author | Justin Clark-Casey (justincc) | 2012-03-08 02:23:52 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-03-08 02:23:52 +0000 |
commit | dfdb0e140c71ccf19fcfff5b98d54c4282faa3a7 (patch) | |
tree | e65e76c6f1fa5bc1dbc8802f0115ff4576b29cd0 /OpenSim/Region | |
parent | Display help commander topics in capitalized form - the commands themselves a... (diff) | |
download | opensim-SC_OLD-dfdb0e140c71ccf19fcfff5b98d54c4282faa3a7.zip opensim-SC_OLD-dfdb0e140c71ccf19fcfff5b98d54c4282faa3a7.tar.gz opensim-SC_OLD-dfdb0e140c71ccf19fcfff5b98d54c4282faa3a7.tar.bz2 opensim-SC_OLD-dfdb0e140c71ccf19fcfff5b98d54c4282faa3a7.tar.xz |
Uses shorter AddCommand form for "show estates"
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs b/OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs index 18cdda5..d2bbea3 100644 --- a/OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs +++ b/OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs | |||
@@ -77,7 +77,7 @@ namespace OpenSim.Region.CoreModules.World.Estate | |||
77 | consoleSetTerrainHeights); | 77 | consoleSetTerrainHeights); |
78 | 78 | ||
79 | m_module.Scene.AddCommand( | 79 | m_module.Scene.AddCommand( |
80 | "Estates", m_module, "estate show", "estate show", "Shows all estates on the simulator.", "", ShowEstatesCommand); | 80 | "Estates", m_module, "estate show", "estate show", "Shows all estates on the simulator.", ShowEstatesCommand); |
81 | } | 81 | } |
82 | 82 | ||
83 | public void Close() {} | 83 | public void Close() {} |