1
0
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:
SpoinkyNL 2016-11-14 12:44:14 +01:00
parent 479ed0300a
commit 928fb675ab

View File

@ -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();