diff options
author | Tom Grimshaw | 2010-06-26 18:54:55 -0700 |
---|---|---|
committer | Tom Grimshaw | 2010-06-26 18:54:55 -0700 |
commit | 9f00f141fe679b13e93240589f7d8b7f519e012b (patch) | |
tree | de7f5f1f9b6b1cb4a30544a5ecafa445815fe25a /OpenSim | |
parent | Add a new global event : OnTerrainUpdate (diff) | |
download | opensim-SC_OLD-9f00f141fe679b13e93240589f7d8b7f519e012b.zip opensim-SC_OLD-9f00f141fe679b13e93240589f7d8b7f519e012b.tar.gz opensim-SC_OLD-9f00f141fe679b13e93240589f7d8b7f519e012b.tar.bz2 opensim-SC_OLD-9f00f141fe679b13e93240589f7d8b7f519e012b.tar.xz |
Restore "AllowCareminsterFunctions" as an alias to the new "AllowLightshareFunctions".
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LS_Api.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LS_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LS_Api.cs index fe71ed5..1fa8c30 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LS_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LS_Api.cs | |||
@@ -73,6 +73,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
73 | if (m_ScriptEngine.Config.GetBoolean("AllowLightShareFunctions", false)) | 73 | if (m_ScriptEngine.Config.GetBoolean("AllowLightShareFunctions", false)) |
74 | m_LSFunctionsEnabled = true; | 74 | m_LSFunctionsEnabled = true; |
75 | 75 | ||
76 | if (m_ScriptEngine.Config.GetBoolean("AllowCareminsterFunctions", false)) | ||
77 | m_LSFunctionsEnabled = true; | ||
78 | |||
76 | m_comms = m_ScriptEngine.World.RequestModuleInterface<IScriptModuleComms>(); | 79 | m_comms = m_ScriptEngine.World.RequestModuleInterface<IScriptModuleComms>(); |
77 | if (m_comms == null) | 80 | if (m_comms == null) |
78 | m_LSFunctionsEnabled = false; | 81 | m_LSFunctionsEnabled = false; |