mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-18 13:55:05 +00:00
Remove 3 unused Lua functions:
- entityFollowEntity() - entity_followEntity() - entity_isFollowingEntity()
This commit is contained in:
parent
0edb2d609a
commit
b17afecd4b
4 changed files with 3 additions and 99 deletions
|
@ -24,6 +24,8 @@ local WARN_FUNCTIONS =
|
|||
entity_grabTarget = true,
|
||||
entity_releaseTarget = true,
|
||||
entity_watchEntity = true,
|
||||
entityFollowEntity = true,
|
||||
entity_followEntity = true,
|
||||
}
|
||||
|
||||
-- These returned something important, so here we just return a failure/dummy value
|
||||
|
@ -72,6 +74,7 @@ local DUMMY_FUNCTIONS =
|
|||
streamSfx = true,
|
||||
toggleVersionLabel = true,
|
||||
setVersionLabelText = true,
|
||||
entity_isFollowingEntity = true, -- never following anything now since those functions are gone
|
||||
}
|
||||
|
||||
-- Deprecated stuff from v1.1's scripts/entities/entityinclude.lua
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue