made lua debugger stop crying and added more docs
This commit is contained in:
@@ -32,6 +32,7 @@ local lua = {
|
||||
_G=true
|
||||
}
|
||||
|
||||
local apis={}
|
||||
for i,v in pairs(_G) do
|
||||
if not lua[i] or lua[i]==nil then
|
||||
apis[i]=v
|
||||
|
||||
Reference in New Issue
Block a user