E
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user