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