summaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
diff options
context:
space:
mode:
authorLars Müller <34514239+appgurueu@users.noreply.github.com>2021-03-30 21:49:50 +0200
committersfan5 <sfan5@live.de>2021-04-05 16:01:27 +0200
commit847860fc5cf8867deb45646670ce1f11c3f977b0 (patch)
tree915e56fd4620f29e356d156ec123091e837600c9 /doc/lua_api.txt
parent77e936445f4e520e5301de03f11698083d9184a9 (diff)
downloadminetest-847860fc5cf8867deb45646670ce1f11c3f977b0.tar.gz
minetest-847860fc5cf8867deb45646670ce1f11c3f977b0.tar.bz2
minetest-847860fc5cf8867deb45646670ce1f11c3f977b0.zip
Block & report player self-interaction (#11137)
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r--doc/lua_api.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index d3165b9fd..790ab32f4 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -4654,6 +4654,7 @@ Call these functions only at load time!
* `cheat`: `{type=<cheat_type>}`, where `<cheat_type>` is one of:
* `moved_too_fast`
* `interacted_too_far`
+ * `interacted_with_self`
* `interacted_while_dead`
* `finished_unknown_dig`
* `dug_unbreakable`