aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService/HGCommands.cs
diff options
context:
space:
mode:
authorDiva Canto2010-01-17 07:54:03 -0800
committerDiva Canto2010-01-17 07:54:03 -0800
commitbd4d94a4f5490708773db7e211c0c96999bb84c2 (patch)
treee7f461bff31f943675a6bc3e6dcb7d25bab86d45 /OpenSim/Services/HypergridService/HGCommands.cs
parentThese 2 were moved to corresponding Hypergrid folders. The server connector w... (diff)
downloadopensim-SC_OLD-bd4d94a4f5490708773db7e211c0c96999bb84c2.zip
opensim-SC_OLD-bd4d94a4f5490708773db7e211c0c96999bb84c2.tar.gz
opensim-SC_OLD-bd4d94a4f5490708773db7e211c0c96999bb84c2.tar.bz2
opensim-SC_OLD-bd4d94a4f5490708773db7e211c0c96999bb84c2.tar.xz
Hyperlinking minimally tested and working.
Diffstat (limited to '')
-rw-r--r--OpenSim/Services/HypergridService/HGCommands.cs2
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 {