mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-29 03:33:48 +00:00
Don't deprecate appendUserDataPath()
This commit is contained in:
parent
291848f39b
commit
e633ce1014
2 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,6 @@ setVersionLabelText = nil
|
||||||
quit = nil -- mods should not do this ever
|
quit = nil -- mods should not do this ever
|
||||||
doModSelect = nil
|
doModSelect = nil
|
||||||
doLoadMenu = nil
|
doLoadMenu = nil
|
||||||
appendUserDataPath = nil
|
|
||||||
entity_incrTargetLeaches = nil -- use avatar_incrLeaches() instead
|
entity_incrTargetLeaches = nil -- use avatar_incrLeaches() instead
|
||||||
entity_decrTargetLeaches = nil -- use avatar_decrLeaches() instead
|
entity_decrTargetLeaches = nil -- use avatar_decrLeaches() instead
|
||||||
entity_soundFreq = nil
|
entity_soundFreq = nil
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
-- Assignments to those will not cause warnings and go to _G.
|
-- Assignments to those will not cause warnings and go to _G.
|
||||||
-- Assignments to non-globals will go to _G.v.
|
-- Assignments to non-globals will go to _G.v.
|
||||||
-- Undefined reads from either _G or v will cause a warning (in dev mode).
|
-- Undefined reads from either _G or v will cause a warning (in dev mode).
|
||||||
-- * Mods can provide their own compatibility hooks.
|
-- * Mods must provide their own mod-compat.lua file (optionally containing aditional hooks).
|
||||||
|
|
||||||
local rawset = rawset
|
local rawset = rawset
|
||||||
local rawget = rawget
|
local rawget = rawget
|
||||||
|
|
Loading…
Reference in a new issue