Added "RunUnrestricted" mode for lua scripts that need to run outside of sandbox.
This commit is contained in:
+2
-1
@@ -174,7 +174,8 @@ public sealed partial class ModConfigFileParserService :
|
||||
RequiredPackages = src.Required,
|
||||
IncompatiblePackages = src.Incompatible,
|
||||
// Type Specific
|
||||
IsAutorun = src.Element.GetAttributeBool("IsAutorun", false)
|
||||
IsAutorun = src.Element.GetAttributeBool("IsAutorun", false),
|
||||
RunUnrestricted = src.Element.GetAttributeBool("RunUnrestricted", false)
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user