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:
parent
d1cbc6f783
commit
1743e1a996
3 changed files with 7 additions and 2 deletions
|
@ -31,6 +31,7 @@ local luafuncs51 =
|
|||
type = true,
|
||||
unpack = true,
|
||||
xpcall = true,
|
||||
newproxy = true,
|
||||
}
|
||||
|
||||
for k, f in pairs(_G) do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue