mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
oops
This commit is contained in:
@@ -68,12 +68,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
|
||||
|
||||
IConfig xengineConfig = initConfigSource.AddConfig("XEngine");
|
||||
xengineConfig.Set("Enabled", "true");
|
||||
xengineConfig.Set("AllowOSFunctions", "true");
|
||||
xengineConfig.Set("OSFunctionThreatLevel", "Severe");
|
||||
|
||||
IConfig oconfig = initConfigSource.AddConfig("OSSL");
|
||||
oconfig.Set("DebuggerSafe", false);
|
||||
oconfig.Set("Enabled", "true");
|
||||
oconfig.Set("AllowOSFunctions", "true");
|
||||
oconfig.Set("OSFunctionThreatLevel", "Severe");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user