fix player pos after leaving chair

This commit is contained in:
Alexsandro Percy 2023-03-08 21:56:34 -03:00
parent d757faca52
commit c6b15acc0a

View File

@ -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