From c6b15acc0a5e6851362627cd523c87be5915c4f9 Mon Sep 17 00:00:00 2001 From: Alexsandro Percy Date: Wed, 8 Mar 2023 21:56:34 -0300 Subject: [PATCH] fix player pos after leaving chair --- entities.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/entities.lua b/entities.lua index 4a81774..93debb1 100755 --- a/entities.lua +++ b/entities.lua @@ -218,6 +218,7 @@ local function right_click_chair(self, clicker) end else ship_self._passenger_is_sit[index] = 0 + player_api.set_animation(clicker, "stand") end end end