diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index dad10bc9c0..6a3e67025e 100755 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs @@ -847,7 +847,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP // allow access override (was taxfree) if (!Scene.RegionInfo.EstateSettings.TaxFree) // this is now wrong means !ALLOW_ACCESS_OVERRIDE - flags |= RegionFlags.AllowParcelAccessOverride; + //flags |= RegionFlags.AllowParcelAccessOverride; + flags |= RegionFlags.TaxFree; if (Scene.RegionInfo.RegionSettings.BlockTerraform) flags |= RegionFlags.BlockTerraform;