aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Estate
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-03-08 02:23:52 +0000
committerJustin Clark-Casey (justincc)2012-03-08 02:23:52 +0000
commitdfdb0e140c71ccf19fcfff5b98d54c4282faa3a7 (patch)
treee65e76c6f1fa5bc1dbc8802f0115ff4576b29cd0 /OpenSim/Region/CoreModules/World/Estate
parentDisplay help commander topics in capitalized form - the commands themselves a... (diff)
downloadopensim-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/CoreModules/World/Estate')
-rw-r--r--OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs2
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() {}