diff options
author | UbitUmarov | 2018-10-20 00:21:40 +0100 |
---|---|---|
committer | UbitUmarov | 2018-10-20 00:21:40 +0100 |
commit | d9018cf517b71112b214adca710056541947f263 (patch) | |
tree | ca420f3b2c80063363307faf362ee18ecfde589f /OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs | |
parent | LSLSyntax some cleanup (diff) | |
download | opensim-SC-d9018cf517b71112b214adca710056541947f263.zip opensim-SC-d9018cf517b71112b214adca710056541947f263.tar.gz opensim-SC-d9018cf517b71112b214adca710056541947f263.tar.bz2 opensim-SC-d9018cf517b71112b214adca710056541947f263.tar.xz |
add a few more things to SrcriptSyntax
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs index 1c4b538..e14e728 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs | |||
@@ -87,7 +87,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
87 | public void Initialise(IConfigSource source) | 87 | public void Initialise(IConfigSource source) |
88 | { | 88 | { |
89 | IConfig config = source.Configs["SimulatorFeatures"]; | 89 | IConfig config = source.Configs["SimulatorFeatures"]; |
90 | m_doScriptSyntax = true; | 90 | m_doScriptSyntax = false; |
91 | if (config != null) | 91 | if (config != null) |
92 | { | 92 | { |
93 | // | 93 | // |