mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
cosmetics
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user