mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
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>
This commit is contained in:
@@ -84,6 +84,10 @@ namespace OpenSim.Services.Interfaces
|
||||
/// <returns>Returns the region information if the name matched. Null otherwise.</returns>
|
||||
GridRegion GetRegionByName(UUID scopeID, string regionName);
|
||||
|
||||
|
||||
//BA MOD.....
|
||||
GridRegion GetRegionByNameSpecific(UUID scopeID, string regionName);
|
||||
|
||||
/// <summary>
|
||||
/// Get information about regions starting with the provided name.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user