encode parcel flag group Owned

This commit is contained in:
UbitUmarov
2020-09-25 21:49:30 +01:00
parent 77e963506b
commit e2a68e0369

View File

@@ -3718,6 +3718,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
if((land.Flags & (uint)ParcelFlags.ForSale) != 0)
reply.Data.Flags |= (byte)((1 << 7));
if (land.GroupID == land.OwnerID)
reply.Data.Flags |= 4;
Vector3 pos = land.UserLocation;
if (pos.Equals(Vector3.Zero))
{