mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Restored missing statements in LuaWrapper
This commit is contained in:
parent
479ed0300a
commit
928fb675ab
@ -99,6 +99,8 @@ namespace Artemis.Profiles.Lua
|
||||
|
||||
try
|
||||
{
|
||||
LuaScript.Globals.Clear();
|
||||
LuaScript.Registry.Clear();
|
||||
LuaScript.Registry.RegisterConstants();
|
||||
LuaScript.Registry.RegisterCoreModules(CoreModules.Preset_SoftSandbox);
|
||||
LuaScript.Globals.RegisterConstants();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user