diff options
Diffstat (limited to 'OpenSim/Services/GridService')
-rw-r--r-- | OpenSim/Services/GridService/HypergridLinker.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Services/GridService/HypergridLinker.cs b/OpenSim/Services/GridService/HypergridLinker.cs index d1ff4f2..4df41cf 100644 --- a/OpenSim/Services/GridService/HypergridLinker.cs +++ b/OpenSim/Services/GridService/HypergridLinker.cs | |||
@@ -314,7 +314,7 @@ namespace OpenSim.Services.GridService | |||
314 | 314 | ||
315 | if (remoteRegionName != string.Empty) | 315 | if (remoteRegionName != string.Empty) |
316 | regInfo.RegionName = remoteRegionName; | 316 | regInfo.RegionName = remoteRegionName; |
317 | 317 | ||
318 | regInfo.RegionLocX = xloc; | 318 | regInfo.RegionLocX = xloc; |
319 | regInfo.RegionLocY = yloc; | 319 | regInfo.RegionLocY = yloc; |
320 | regInfo.ScopeID = scopeID; | 320 | regInfo.ScopeID = scopeID; |
@@ -387,7 +387,7 @@ namespace OpenSim.Services.GridService | |||
387 | regInfo.RegionName = externalName; | 387 | regInfo.RegionName = externalName; |
388 | 388 | ||
389 | m_log.DebugFormat("[HYPERGRID LINKER]: naming linked region {0}, handle {1}", regInfo.RegionName, handle.ToString()); | 389 | m_log.DebugFormat("[HYPERGRID LINKER]: naming linked region {0}, handle {1}", regInfo.RegionName, handle.ToString()); |
390 | 390 | ||
391 | // Get the map image | 391 | // Get the map image |
392 | regInfo.TerrainImage = GetMapImage(regionID, imageURL); | 392 | regInfo.TerrainImage = GetMapImage(regionID, imageURL); |
393 | 393 | ||
@@ -497,7 +497,7 @@ namespace OpenSim.Services.GridService | |||
497 | RunHGCommand(command, cmdparams); | 497 | RunHGCommand(command, cmdparams); |
498 | 498 | ||
499 | } | 499 | } |
500 | 500 | ||
501 | private void RunLinkRegionCommand(string[] cmdparams) | 501 | private void RunLinkRegionCommand(string[] cmdparams) |
502 | { | 502 | { |
503 | int xloc, yloc; | 503 | int xloc, yloc; |