mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Thank you, thomax, for a patch to provide finer-grained access control to
scripting. Fixes Mantis #2862
This commit is contained in:
@@ -579,7 +579,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||
lock (m_AddingAssemblies)
|
||||
{
|
||||
assembly = m_Compiler.PerformScriptCompile(script,
|
||||
assetID.ToString());
|
||||
assetID.ToString(), item.OwnerID);
|
||||
if (!m_AddingAssemblies.ContainsKey(assembly)) {
|
||||
m_AddingAssemblies[assembly] = 1;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user