Skip to content

Commit

Permalink
Remove nodeupdate and nodeupdate_single
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui authored and paramat committed Aug 30, 2017
1 parent 561a01c commit b8f06ad
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions builtin/game/falling.lua
Expand Up @@ -308,19 +308,3 @@ local function on_punchnode(p, node)
core.check_for_falling(p)
end
core.register_on_punchnode(on_punchnode)

--
-- Globally exported functions
--

-- TODO remove this function after the 0.4.15 release
function nodeupdate(p)
core.log("deprecated", "nodeupdate: deprecated, please use core.check_for_falling instead")
core.check_for_falling(p)
end

-- TODO remove this function after the 0.4.15 release
function nodeupdate_single(p)
core.log("deprecated", "nodeupdate_single: deprecated, please use core.check_single_for_falling instead")
core.check_single_for_falling(p)
end

0 comments on commit b8f06ad

Please sign in to comment.