diff options
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs index 0a555ad..563773a 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs | |||
@@ -145,7 +145,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid | |||
145 | "Shows the local region neighbours", HandleShowNeighboursCommand); | 145 | "Shows the local region neighbours", HandleShowNeighboursCommand); |
146 | 146 | ||
147 | MainConsole.Instance.Commands.AddCommand("Regions", false, "show regionsinview", | 147 | MainConsole.Instance.Commands.AddCommand("Regions", false, "show regionsinview", |
148 | "show regions that can be seen", | 148 | "show regionsinview", |
149 | "Shows regions that can be seen from a region", HandleShowRegionsInViewCommand); | 149 | "Shows regions that can be seen from a region", HandleShowRegionsInViewCommand); |
150 | } | 150 | } |
151 | 151 | ||