mirror of
https://github.com/APercy/ap_airship.git
synced 2025-03-15 07:51:20 +00:00
fix player pos after leaving chair
This commit is contained in:
parent
d757faca52
commit
c6b15acc0a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue