mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
changes to map search parsing (may still be bad)
This commit is contained in:
@@ -290,7 +290,7 @@ namespace OpenSim.Services.HypergridService
|
||||
|
||||
m_log.DebugFormat("[USER AGENT SERVICE]: this grid: {0}, desired grid: {1}, desired region: {2}", m_GridName, gridName, region.RegionID);
|
||||
|
||||
if (m_GridName == gridName)
|
||||
if (m_GridName.Equals(gridName, StringComparison.InvariantCultureIgnoreCase))
|
||||
{
|
||||
success = m_GatekeeperService.LoginAgent(source, agentCircuit, finalDestination, out reason);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user