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

@ -7,6 +7,7 @@ entity_isSlowingToStopPath = nil
entity_isNearGround = nil
entity_resumePath = nil
entity_move = nil
entity_toggleBone = nil
createSpore = nil
spawnAroundEntity = nil
node_isEntityPast = nil