aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/HGCommands.cs
diff options
context:
space:
mode:
authorDiva Canto2009-09-23 09:27:01 -0700
committerDiva Canto2009-09-23 09:27:01 -0700
commit35deff7ec4df6156abccdbeed83b14a6083e28f9 (patch)
tree520a8d8170a73fabaef43388dfbd0878b8802e08 /OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/HGCommands.cs
parentMerge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-35deff7ec4df6156abccdbeed83b14a6083e28f9.zip
opensim-SC_OLD-35deff7ec4df6156abccdbeed83b14a6083e28f9.tar.gz
opensim-SC_OLD-35deff7ec4df6156abccdbeed83b14a6083e28f9.tar.bz2
opensim-SC_OLD-35deff7ec4df6156abccdbeed83b14a6083e28f9.tar.xz
Modules active. Tested HGGridConnector in standalone only for now. Modules commands work.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/HGCommands.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/HGCommands.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/HGCommands.cs
index eee3a6c..2a862d4 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/HGCommands.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/HGCommands.cs
@@ -85,7 +85,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid
85 85
86 private void RunHGCommand(string command, string[] cmdparams) 86 private void RunHGCommand(string command, string[] cmdparams)
87 { 87 {
88 if (command.Equals("link-mapping")) 88 if (command.Equals("linkk-mapping"))
89 { 89 {
90 if (cmdparams.Length == 2) 90 if (cmdparams.Length == 2)
91 { 91 {
@@ -103,7 +103,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid
103 } 103 }
104 } 104 }
105 } 105 }
106 else if (command.Equals("link-region")) 106 else if (command.Equals("linkk-region"))
107 { 107 {
108 if (cmdparams.Length < 3) 108 if (cmdparams.Length < 3)
109 { 109 {
@@ -181,7 +181,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid
181 } 181 }
182 return; 182 return;
183 } 183 }
184 else if (command.Equals("unlink-region")) 184 else if (command.Equals("unlinkk-region"))
185 { 185 {
186 if (cmdparams.Length < 1) 186 if (cmdparams.Length < 1)
187 { 187 {