mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 13:15:44 +08:00
* Added ServiceURLs to AgentCircuitData.
* Fixed a configuration buglet introduced yesterday in StandaloneHypergrid.ini.
This commit is contained in:
@@ -159,6 +159,7 @@ namespace OpenSim.Services.HypergridService
|
||||
string reason = string.Empty;
|
||||
if (m_HypergridService.TryLinkRegionToCoords(mapName, xloc, yloc, out reason) == null)
|
||||
MainConsole.Instance.Output("Failed to link region: " + reason);
|
||||
MainConsole.Instance.Output("Hyperlink estalished");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user