From aa9fcf47a3efd13f83440fb286ea961d3739f2de Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Mon, 28 Sep 2020 19:19:49 +0100 Subject: [PATCH] remove bad code left behind --- .../CoreModules/World/Land/LandManagementModule.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs index 64569ed967..86185cef8f 100755 --- a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs +++ b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs @@ -2174,15 +2174,6 @@ namespace OpenSim.Region.CoreModules.World.Land } else { - wx -= (uint)info.RegionLocX; - wy -= (uint)info.RegionLocY; - wx += x; - wy += y; - if(wx >= info.RegionSizeX || wy >= info.RegionSizeY) - { - wx = x; - wy = y; - } parcelID = Util.BuildFakeParcelID(info.RegionHandle, wx, wy); } }