mantis 8021: fix show regionsinview help text
parent
d5dbcc8ad7
commit
b8d97ff37d
|
@ -145,7 +145,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid
|
||||||
"Shows the local region neighbours", HandleShowNeighboursCommand);
|
"Shows the local region neighbours", HandleShowNeighboursCommand);
|
||||||
|
|
||||||
MainConsole.Instance.Commands.AddCommand("Regions", false, "show regionsinview",
|
MainConsole.Instance.Commands.AddCommand("Regions", false, "show regionsinview",
|
||||||
"show regions that can be seen",
|
"show regionsinview",
|
||||||
"Shows regions that can be seen from a region", HandleShowRegionsInViewCommand);
|
"Shows regions that can be seen from a region", HandleShowRegionsInViewCommand);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue