remove a config option that controled a useless sim feature. note that at this point, and as normal on master, appearence/bakes etc may have a few more issues than before, as always thanks for your help testing it, and hapy clouds

0.9.1.0-post-fixes
UbitUmarov 2019-09-11 14:03:25 +01:00
parent 07874fa058
commit aea5f186c5
1 changed files with 1 additions and 5 deletions

View File

@ -78,7 +78,6 @@ namespace OpenSim.Region.ClientStack.Linden
private string m_GridURL = string.Empty;
private bool m_doScriptSyntax;
private bool m_BoMSupported = false;
static private object m_scriptSyntaxLock = new object();
static private UUID m_scriptSyntaxID = UUID.Zero;
@ -113,8 +112,6 @@ namespace OpenSim.Region.ClientStack.Linden
m_GridName = Util.GetConfigVarFromSections<string>(
source, "gridname", new string[] { "GridInfo", "SimulatorFeatures" }, String.Empty);
m_doScriptSyntax = config.GetBoolean("ScriptSyntax", m_doScriptSyntax);
m_BoMSupported = config.GetBoolean("BoMSupported", m_BoMSupported);
}
ReadScriptSyntax();
@ -164,8 +161,7 @@ namespace OpenSim.Region.ClientStack.Linden
m_features["MeshUploadEnabled"] = true;
m_features["MeshXferEnabled"] = true;
if(m_BoMSupported)
m_features["BakesOnMeshEnabled"] = true;
m_features["BakesOnMeshEnabled"] = true;
m_features["PhysicsMaterialsEnabled"] = true;