From f4df128e5205b5114046a1102cfaddf15f1f025a Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Thu, 8 Mar 2012 02:23:52 +0000 Subject: [PATCH] Uses shorter AddCommand form for "show estates" --- .../Region/CoreModules/World/Estate/EstateManagementCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs b/OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs index 18cdda5ba4..d2bbea34b8 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 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() {}