cosmetics

This commit is contained in:
UbitUmarov
2026-06-12 12:12:24 +01:00
parent 2494f23538
commit 29889f481a
4 changed files with 36 additions and 61 deletions

View File

@@ -2117,7 +2117,7 @@ namespace OpenSim.Region.CoreModules.World.Land
{
// if you do a "About Landmark" on a landmark a second time, the viewer sends the
// region_handle it got earlier via RegionHandleRequest
ulong regionHandle = Util.BytesToUInt64Big((byte[])tmp);
ulong regionHandle = tmp.AsULong();
if(regionHandle == myHandle)
{
ILandObject l = GetLandObjectClippedXY(x, y);