From c0dac4d9284b61c5ff411cbd45786ed14c200f37 Mon Sep 17 00:00:00 2001 From: Rui Date: Fri, 1 Sep 2017 20:40:09 +0900 Subject: Remove nodeupdate completely (#6358) --- doc/client_lua_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/client_lua_api.md') diff --git a/doc/client_lua_api.md b/doc/client_lua_api.md index 5be007c75..44c7c2787 100644 --- a/doc/client_lua_api.md +++ b/doc/client_lua_api.md @@ -628,7 +628,7 @@ Minetest namespace reference reliable or verifyable. Compatible forks will have a different name and version entirely. To check for the presence of engine features, test whether the functions exported by the wanted features exist. For example: - `if minetest.nodeupdate then ... end`. + `if minetest.check_for_falling then ... end`. ### Logging * `minetest.debug(...)` -- cgit v1.2.3