add a few more things to SrcriptSyntax
parent
76f8a09bb3
commit
d9018cf517
|
@ -87,7 +87,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||||
public void Initialise(IConfigSource source)
|
public void Initialise(IConfigSource source)
|
||||||
{
|
{
|
||||||
IConfig config = source.Configs["SimulatorFeatures"];
|
IConfig config = source.Configs["SimulatorFeatures"];
|
||||||
m_doScriptSyntax = true;
|
m_doScriptSyntax = false;
|
||||||
if (config != null)
|
if (config != null)
|
||||||
{
|
{
|
||||||
//
|
//
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue