From c5cb1255063a1e2a8e7e800451693d1ee75f3a88 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 10 Jul 2023 20:10:21 +0200 Subject: [PATCH] When unmounting cushion, don't drop player inside --- handlers/animations.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/handlers/animations.lua b/handlers/animations.lua index a4e1d5a..4d9c1f0 100644 --- a/handlers/animations.lua +++ b/handlers/animations.lua @@ -21,7 +21,6 @@ function xdecor.sit(pos, node, clicker, pointed_thing) end if player_api.player_attached[player_name] then - pos.y = pos.y - 0.5 clicker:set_pos(pos) clicker:set_eye_offset(vector.new(), vector.new()) if mod_playerphysics then