mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 11:46:04 +08:00
Update the permissions system to handle scripts and notecards the way
it was meant to. No functional changes, just better code
This commit is contained in:
@@ -56,7 +56,7 @@ namespace OpenSim.Region.ScriptEngine.Common.ScriptEngineBase
|
||||
public IConfigSource ConfigSource;
|
||||
public IConfig ScriptConfigSource;
|
||||
public abstract string ScriptEngineName { get; }
|
||||
private bool m_enabled = true;
|
||||
private bool m_enabled = false;
|
||||
private bool m_hookUpToServer = false;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user