summaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r--doc/lua_api.txt3
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.