This commit is contained in:
2025-10-08 09:53:02 -04:00
parent 91bf28a728
commit cabc727903
3 changed files with 6 additions and 10 deletions

View File

@@ -50,7 +50,8 @@ local lua = {
tonumber = true,
tostring = true,
type = true,
xpcall = true
xpcall = true,
sleep = true
}
for i,v in pairs(_VG) do
@@ -86,4 +87,4 @@ end
function aceVM.initVenv()
aceVM._VG = deepcopy(_VG)
end
end