mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-31 01:42:02 +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
|
try
|
||||||
{
|
{
|
||||||
|
LuaScript.Globals.Clear();
|
||||||
|
LuaScript.Registry.Clear();
|
||||||
LuaScript.Registry.RegisterConstants();
|
LuaScript.Registry.RegisterConstants();
|
||||||
LuaScript.Registry.RegisterCoreModules(CoreModules.Preset_SoftSandbox);
|
LuaScript.Registry.RegisterCoreModules(CoreModules.Preset_SoftSandbox);
|
||||||
LuaScript.Globals.RegisterConstants();
|
LuaScript.Globals.RegisterConstants();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user