diff options
Diffstat (limited to 'doc/client_lua_api.md')
-rw-r--r-- | doc/client_lua_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
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(...)` |