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/Data/PGSQL/PGSQLRegionData.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'OpenSim/Data/PGSQL') diff --git a/OpenSim/Data/PGSQL/PGSQLRegionData.cs b/OpenSim/Data/PGSQL/PGSQLRegionData.cs index 1272e37..a5d2266 100644 --- a/OpenSim/Data/PGSQL/PGSQLRegionData.cs +++ b/OpenSim/Data/PGSQL/PGSQLRegionData.cs @@ -114,6 +114,12 @@ namespace OpenSim.Data.PGSQL } } + //BA MOD... + public RegionData GetSpecific(string regionName, UUID ScopeID) + { + return null; + } + public RegionData Get(int posX, int posY, UUID scopeID) { // extend database search for maximum region size area -- cgit v1.1