From 2f79f463ea07369f6ec154c67b25705cf1a2a616 Mon Sep 17 00:00:00 2001 From: Terry Date: Tue, 12 Nov 2019 11:02:10 -0500 Subject: Attempt to fix the issue where, when logging into the grid, the user supplies a region name, but instead of going to the specific region, they are sent to a region "Like" the one specified. Signed-off-by: Terry Signed-off-by: UbitUmarov --- OpenSim/Services/Connectors/Grid/GridServicesConnector.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'OpenSim/Services/Connectors/Grid') diff --git a/OpenSim/Services/Connectors/Grid/GridServicesConnector.cs b/OpenSim/Services/Connectors/Grid/GridServicesConnector.cs index ded7806..e863718 100644 --- a/OpenSim/Services/Connectors/Grid/GridServicesConnector.cs +++ b/OpenSim/Services/Connectors/Grid/GridServicesConnector.cs @@ -330,6 +330,12 @@ namespace OpenSim.Services.Connectors return rinfo; } + public GridRegion GetRegionByNameSpecific(UUID scopeID, string regionName) + { + + return null; + } + public GridRegion GetRegionByName(UUID scopeID, string regionName) { Dictionary sendData = new Dictionary(); -- cgit v1.1