mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
add a class to store and process some grid information. For now just gatekeeper url
This commit is contained in:
@@ -515,7 +515,7 @@ namespace OpenSim.Services.GridService
|
||||
return null;
|
||||
|
||||
string mapname;
|
||||
bool localGrid = m_HypergridLinker.IsLocalGrid(regionHost);
|
||||
bool localGrid = m_HypergridLinker.IsLocalGrid(regionURI);
|
||||
if (localGrid)
|
||||
{
|
||||
if (String.IsNullOrWhiteSpace(regionName))
|
||||
|
||||
Reference in New Issue
Block a user