mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Restore "AllowCareminsterFunctions" as an alias to the new "AllowLightshareFunctions".
This commit is contained in:
@@ -73,6 +73,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
if (m_ScriptEngine.Config.GetBoolean("AllowLightShareFunctions", false))
|
||||
m_LSFunctionsEnabled = true;
|
||||
|
||||
if (m_ScriptEngine.Config.GetBoolean("AllowCareminsterFunctions", false))
|
||||
m_LSFunctionsEnabled = true;
|
||||
|
||||
m_comms = m_ScriptEngine.World.RequestModuleInterface<IScriptModuleComms>();
|
||||
if (m_comms == null)
|
||||
m_LSFunctionsEnabled = false;
|
||||
|
||||
Reference in New Issue
Block a user