diff --git a/LuaVM.cs b/LuaVM.cs index ebc38e3..0d095df 100644 --- a/LuaVM.cs +++ b/LuaVM.cs @@ -66,7 +66,7 @@ public LuaVM() public LuaVM(VMSettings vmSettings) { m_LuaScript = - new Script(CoreModules.Preset_SoftSandbox) + new Script(CoreModules.Preset_Default) { Options = {