We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561a01c commit b8f06adCopy full SHA for b8f06ad
builtin/game/falling.lua
@@ -308,19 +308,3 @@ local function on_punchnode(p, node)
308
core.check_for_falling(p)
309
end
310
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
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
0 commit comments