mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Reverse yes and no for the parcel's "public" property to make it accurately
reflect parcel status
This commit is contained in:
@@ -291,9 +291,9 @@ namespace OpenSim.Region.DataSnapshot.Providers
|
||||
private string GetPublicPermissions(LandData parcel)
|
||||
{
|
||||
if ((parcel.Flags & (uint)Parcel.ParcelFlags.UseAccessList) == (uint)Parcel.ParcelFlags.UseAccessList)
|
||||
return "yes";
|
||||
else
|
||||
return "no";
|
||||
else
|
||||
return "yes";
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user