diff options
author | Wuzzy <wuzzy2@mail.ru> | 2020-01-22 09:19:27 +0000 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2020-01-22 10:19:27 +0100 |
commit | e05b7dbb3c89ddaf52a4c493a0d05f1ca2244dce (patch) | |
tree | 76194e6a7646cffffa9133935a82cd3400466b81 /doc | |
parent | 3dfb6ecbb26516bcbcc1ef88860175e39af71381 (diff) | |
download | minetest-e05b7dbb3c89ddaf52a4c493a0d05f1ca2244dce.tar.gz minetest-e05b7dbb3c89ddaf52a4c493a0d05f1ca2244dce.tar.bz2 minetest-e05b7dbb3c89ddaf52a4c493a0d05f1ca2244dce.zip |
Remove unused weight property from objects (#9320)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index b06e08548..551aa50b5 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -6148,9 +6148,6 @@ Player properties need to be saved manually. collide_with_objects = true, -- Collide with other objects if physical = true - weight = 5, - -- Unused. - collisionbox = {-0.5, 0.0, -0.5, 0.5, 1.0, 0.5}, -- Default selectionbox = {-0.5, 0.0, -0.5, 0.5, 1.0, 0.5}, -- Selection box uses collision box dimensions when not set. |