diff options
Diffstat (limited to 'OpenSim/Region/CoreModules/World')
-rw-r--r-- | OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs b/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs index 4badb12..e925f0d 100644 --- a/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs +++ b/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs | |||
@@ -406,7 +406,7 @@ namespace OpenSim.Region.CoreModules.World.WorldMap | |||
406 | } | 406 | } |
407 | uint xstart = 0; | 407 | uint xstart = 0; |
408 | uint ystart = 0; | 408 | uint ystart = 0; |
409 | Utils.LongToUInts(m_scene.RegionInfo.RegionHandle, out xstart, out ystart); | 409 | Util.RegionHandleToWorldLoc(m_scene.RegionInfo.RegionHandle, out xstart, out ystart); |
410 | if (itemtype == 6) // Service 6 right now (MAP_ITEM_AGENTS_LOCATION; green dots) | 410 | if (itemtype == 6) // Service 6 right now (MAP_ITEM_AGENTS_LOCATION; green dots) |
411 | { | 411 | { |
412 | if (regionhandle == 0 || regionhandle == m_scene.RegionInfo.RegionHandle) | 412 | if (regionhandle == 0 || regionhandle == m_scene.RegionInfo.RegionHandle) |