mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Assorted bug fixes related to hyperlinking
This commit is contained in:
@@ -470,7 +470,8 @@ namespace OpenSim.Services.GridService
|
||||
string reason = string.Empty;
|
||||
if (TryLinkRegionToCoords(UUID.Zero, mapName, xloc, yloc, out reason) == null)
|
||||
MainConsole.Instance.Output("Failed to link region: " + reason);
|
||||
MainConsole.Instance.Output("Hyperlink established");
|
||||
else
|
||||
MainConsole.Instance.Output("Hyperlink established");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user