Make parachute visible in 1st person

This commit is contained in:
Wuzzy 2021-08-08 13:42:52 +02:00
parent d5cf3dda79
commit 9e546fcdd2
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ minetest.register_craftitem(
z = 0
})
player:set_attach(ent, "", {x = 0, y = -8, z = 0}, {x = 0, y = 0, z = 0})
player:set_attach(ent, "", {x = 0, y = -8, z = 0}, {x = 0, y = 0, z = 0}, true)
ent:set_yaw(player:get_look_horizontal())