From 1a0d0b1f3dcba2e300a2317cea67253f55585066 Mon Sep 17 00:00:00 2001 From: Alexsandro Percy Date: Thu, 9 Mar 2023 19:47:04 -0300 Subject: [PATCH] fix stand after leave seat --- entities.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entities.lua b/entities.lua index 93debb1..06f6731 100755 --- a/entities.lua +++ b/entities.lua @@ -218,7 +218,7 @@ local function right_click_chair(self, clicker) end else ship_self._passenger_is_sit[index] = 0 - player_api.set_animation(clicker, "stand") + player_api.set_animation(clicker, "walk", 30) end end end