aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/PGSQL
diff options
context:
space:
mode:
authorTerry2019-11-12 11:02:10 -0500
committerUbitUmarov2019-11-14 05:26:54 +0000
commit2f79f463ea07369f6ec154c67b25705cf1a2a616 (patch)
treeda64db8ae91f5dc6364dfb0f3c2cd1a026432cc2 /OpenSim/Data/PGSQL
parentmantis 8627: handle the case constant compareOp constant on Yengine (diff)
downloadopensim-SC-2f79f463ea07369f6ec154c67b25705cf1a2a616.zip
opensim-SC-2f79f463ea07369f6ec154c67b25705cf1a2a616.tar.gz
opensim-SC-2f79f463ea07369f6ec154c67b25705cf1a2a616.tar.bz2
opensim-SC-2f79f463ea07369f6ec154c67b25705cf1a2a616.tar.xz
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 <terry@digiworldz.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
Diffstat (limited to 'OpenSim/Data/PGSQL')
-rw-r--r--OpenSim/Data/PGSQL/PGSQLRegionData.cs6
1 files changed, 6 insertions, 0 deletions
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
114 } 114 }
115 } 115 }
116 116
117 //BA MOD...
118 public RegionData GetSpecific(string regionName, UUID ScopeID)
119 {
120 return null;
121 }
122
117 public RegionData Get(int posX, int posY, UUID scopeID) 123 public RegionData Get(int posX, int posY, UUID scopeID)
118 { 124 {
119 // extend database search for maximum region size area 125 // extend database search for maximum region size area