1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-07-05 23:45:13 +00:00

script compat: entity_toggleBone() and Lua platform detection is deprecated; forgot newproxy() is a valid Lua 5.1 function

This commit is contained in:
fgenesis 2023-05-31 18:10:55 +02:00
parent d1cbc6f783
commit 1743e1a996
3 changed files with 7 additions and 2 deletions

View file

@ -31,6 +31,7 @@ local luafuncs51 =
type = true,
unpack = true,
xpcall = true,
newproxy = true,
}
for k, f in pairs(_G) do