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:
Melanie Thielker
2008-09-23 03:36:16 +00:00
parent 611ffa3f60
commit 70d264ee6c
5 changed files with 90 additions and 13 deletions

View File

@@ -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>