aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
index 8a309f1..4f8e205 100644
--- a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
+++ b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
@@ -1557,7 +1557,7 @@ namespace OpenSim.Region.CoreModules.World.Land
1557 // most likely still cached from building the extLandData entry 1557 // most likely still cached from building the extLandData entry
1558 uint x = 0, y = 0; 1558 uint x = 0, y = 0;
1559 Utils.LongToUInts(data.RegionHandle, out x, out y); 1559 Utils.LongToUInts(data.RegionHandle, out x, out y);
1560 info = m_scene.GridService.GetRegionByPosition(UUID.Zero, (int)x, (int)y); 1560 info = m_scene.GridService.GetRegionByPosition(m_scene.RegionInfo.ScopeID, (int)x, (int)y);
1561 } 1561 }
1562 // we need to transfer the fake parcelID, not the one in landData, so the viewer can match it to the landmark. 1562 // we need to transfer the fake parcelID, not the one in landData, so the viewer can match it to the landmark.
1563 m_log.DebugFormat("[LAND] got parcelinfo for parcel {0} in region {1}; sending...", 1563 m_log.DebugFormat("[LAND] got parcelinfo for parcel {0} in region {1}; sending...",