WIP Lua script management service

This commit is contained in:
Evil Factory
2025-12-27 00:08:53 -03:00
committed by Maplewheels
parent aa7e825e70
commit 4d97a427f9
4 changed files with 121 additions and 250 deletions
@@ -664,7 +664,7 @@ namespace Barotrauma
return;
}
LuaScriptManagementService.ExecuteLoadedScriptsForPackages(luaRes);
LuaScriptManagementService.ExecuteLoadedScripts();
if (CurrentRunState < RunState.Running)
_runState = RunState.Running;