diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Land/LandObject.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/LandObject.cs b/OpenSim/Region/CoreModules/World/Land/LandObject.cs index 27f0052..a0ed5a5 100644 --- a/OpenSim/Region/CoreModules/World/Land/LandObject.cs +++ b/OpenSim/Region/CoreModules/World/Land/LandObject.cs | |||
@@ -458,7 +458,7 @@ namespace OpenSim.Region.CoreModules.World.Land | |||
458 | return false; | 458 | return false; |
459 | 459 | ||
460 | if ((LandData.Flags & (uint) ParcelFlags.UseAccessList) == 0) | 460 | if ((LandData.Flags & (uint) ParcelFlags.UseAccessList) == 0) |
461 | return true; | 461 | return false; |
462 | 462 | ||
463 | return (!IsInLandAccessList(avatar)); | 463 | return (!IsInLandAccessList(avatar)); |
464 | } | 464 | } |