aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDiva Canto2010-01-15 17:17:24 -0800
committerDiva Canto2010-01-15 17:17:24 -0800
commitf5cba18600dd3b479e87ea45cad2b133fc4cd284 (patch)
tree314c6f13171ef4c7015f575a251e5d000555b4ee
parentRenamed IAgentTransferModule to IEntityTransferModule -- accounts for objects... (diff)
downloadopensim-SC_OLD-f5cba18600dd3b479e87ea45cad2b133fc4cd284.zip
opensim-SC_OLD-f5cba18600dd3b479e87ea45cad2b133fc4cd284.tar.gz
opensim-SC_OLD-f5cba18600dd3b479e87ea45cad2b133fc4cd284.tar.bz2
opensim-SC_OLD-f5cba18600dd3b479e87ea45cad2b133fc4cd284.tar.xz
Comment
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/HGGridConnector.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/HGGridConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/HGGridConnector.cs
index fa705be..8ec20eb 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/HGGridConnector.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/HGGridConnector.cs
@@ -568,6 +568,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid
568 return true; 568 return true;
569 } 569 }
570 570
571 // From the map search
571 public GridRegion TryLinkRegion(IClientAPI client, string regionDescriptor) 572 public GridRegion TryLinkRegion(IClientAPI client, string regionDescriptor)
572 { 573 {
573 return TryLinkRegion((Scene)client.Scene, client, regionDescriptor); 574 return TryLinkRegion((Scene)client.Scene, client, regionDescriptor);