mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Change a false false to be truly true - or is this statement false?
Fixes perms boo-boo
This commit is contained in:
@@ -458,7 +458,7 @@ namespace OpenSim.Region.CoreModules.World.Land
|
||||
return false;
|
||||
|
||||
if ((LandData.Flags & (uint) ParcelFlags.UseAccessList) == 0)
|
||||
return true;
|
||||
return false;
|
||||
|
||||
return (!IsInLandAccessList(avatar));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user