1
0
Fork 0
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:
fgenesis 2022-12-09 04:20:17 +01:00
parent 0edb2d609a
commit b17afecd4b
4 changed files with 3 additions and 99 deletions

View file

@ -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