diff options
Diffstat (limited to 'OpenSim/Services/HypergridService/HGCommands.cs')
-rw-r--r-- | OpenSim/Services/HypergridService/HGCommands.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/HypergridService/HGCommands.cs b/OpenSim/Services/HypergridService/HGCommands.cs index 10d04ff..f48fd70 100644 --- a/OpenSim/Services/HypergridService/HGCommands.cs +++ b/OpenSim/Services/HypergridService/HGCommands.cs | |||
@@ -69,7 +69,7 @@ namespace OpenSim.Services.HypergridService | |||
69 | 69 | ||
70 | MainConsole.Instance.Output("Region Name Region UUID"); | 70 | MainConsole.Instance.Output("Region Name Region UUID"); |
71 | MainConsole.Instance.Output("Location URI"); | 71 | MainConsole.Instance.Output("Location URI"); |
72 | MainConsole.Instance.Output("Owner ID Flags"); | 72 | MainConsole.Instance.Output("Owner ID "); |
73 | MainConsole.Instance.Output("-------------------------------------------------------------------------------"); | 73 | MainConsole.Instance.Output("-------------------------------------------------------------------------------"); |
74 | foreach (GridRegion r in regions) | 74 | foreach (GridRegion r in regions) |
75 | { | 75 | { |