Skip to content

Commit b8f06ad

Browse files
Ruiparamat
Rui
authored andcommittedAug 30, 2017
Remove nodeupdate and nodeupdate_single
1 parent 561a01c commit b8f06ad

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed
 

Diff for: ‎builtin/game/falling.lua

-16
Original file line numberDiff line numberDiff line change
@@ -308,19 +308,3 @@ local function on_punchnode(p, node)
308308
core.check_for_falling(p)
309309
end
310310
core.register_on_punchnode(on_punchnode)
311-
312-
--
313-
-- Globally exported functions
314-
--
315-
316-
-- TODO remove this function after the 0.4.15 release
317-
function nodeupdate(p)
318-
core.log("deprecated", "nodeupdate: deprecated, please use core.check_for_falling instead")
319-
core.check_for_falling(p)
320-
end
321-
322-
-- TODO remove this function after the 0.4.15 release
323-
function nodeupdate_single(p)
324-
core.log("deprecated", "nodeupdate_single: deprecated, please use core.check_single_for_falling instead")
325-
core.check_single_for_falling(p)
326-
end

0 commit comments

Comments
 (0)
Please sign in to comment.