diff options
author | Lars Müller <34514239+appgurueu@users.noreply.github.com> | 2021-03-30 21:49:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 21:49:50 +0200 |
commit | 88d1fcfe237470b6eaed079f95a048e5f39b1861 (patch) | |
tree | 88a7441a4961be1ebdc8ebf4e71a772fbcb418dd /doc/lua_api.txt | |
parent | f4118a4fdebe5c8a4a467afe5b3f49a0bd74c37a (diff) | |
download | minetest-88d1fcfe237470b6eaed079f95a048e5f39b1861.tar.gz minetest-88d1fcfe237470b6eaed079f95a048e5f39b1861.tar.bz2 minetest-88d1fcfe237470b6eaed079f95a048e5f39b1861.zip |
Block & report player self-interaction (#11137)
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r-- | doc/lua_api.txt | 1 |
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` |