mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-17 05:15:29 +00:00
Remove 2 unused Lua functions that only the unused "squeezer" scripts called
- entity_grabTarget() - entity_releaseTarget()
This commit is contained in:
parent
7f3e457559
commit
0cc2f565d7
6 changed files with 3 additions and 62 deletions
|
@ -21,6 +21,8 @@ local WARN_FUNCTIONS =
|
|||
registerSporeChildData = true,
|
||||
setMiniMapHint = true,
|
||||
setupConversationEntity = true,
|
||||
entity_grabTarget = true,
|
||||
entity_releaseTarget = true,
|
||||
}
|
||||
|
||||
-- These returned something important, so here we just return a failure/dummy value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue