summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Müller <34514239+appgurueu@users.noreply.github.com>2021-03-30 21:49:50 +0200
committerGitHub <noreply@github.com>2021-03-30 21:49:50 +0200
commit88d1fcfe237470b6eaed079f95a048e5f39b1861 (patch)
tree88a7441a4961be1ebdc8ebf4e71a772fbcb418dd /doc
parentf4118a4fdebe5c8a4a467afe5b3f49a0bd74c37a (diff)
downloadminetest-88d1fcfe237470b6eaed079f95a048e5f39b1861.tar.gz
minetest-88d1fcfe237470b6eaed079f95a048e5f39b1861.tar.bz2
minetest-88d1fcfe237470b6eaed079f95a048e5f39b1861.zip
Block & report player self-interaction (#11137)
Diffstat (limited to 'doc')
-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 66363be77..d333ca58b 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -4662,6 +4662,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`