mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
mantis 8643: invert the meaning of internal flag TEXFREE true value to mean NOT allow parcel owner to be more restrictive than estate. This should reduce the impact of this feature on new and current regions, specially since some viewers still do not suport it. (yes still lazy to rename the thing)
This commit is contained in:
@@ -202,7 +202,7 @@ namespace OpenSim.Framework
|
||||
}
|
||||
|
||||
private bool m_TaxFree = false;
|
||||
public bool TaxFree // this is now AllowAccessOverride, keeping same name to reuse DB entries
|
||||
public bool TaxFree // this is now !AllowAccessOverride, keeping same name to reuse DB entries
|
||||
{
|
||||
get { return m_TaxFree; }
|
||||
set { m_TaxFree = value; }
|
||||
|
||||
Reference in New Issue
Block a user