creating new build system

This commit is contained in:
2025-10-23 23:04:35 -03:00
parent b58173837b
commit 6377de7208
6 changed files with 143 additions and 7 deletions

View File

@@ -14,7 +14,6 @@ func GetSandBox() (lua.LState, error) {
}
L := lua.NewState()
osObject := L.GetGlobal("os").(*lua.LTable)
L.SetGlobal("SAFE_MODE", lua.LTrue)
L.SetGlobal("PACKETS_DATADIR", lua.LString(cfg.Config.Data_d))