mirror of
https://github.com/APercy/airutils.git
synced 2025-03-15 08:01:22 +00:00
hud melhorado
This commit is contained in:
parent
8abf5d082d
commit
16024ca559
1 changed files with 2 additions and 2 deletions
|
@ -705,8 +705,8 @@ function airutils.seats_create(self)
|
|||
end
|
||||
|
||||
self.pilot_seat_base = self._passengers_base[1] --sets pilot seat reference
|
||||
if self._have_copilot and self.pilot_seat_base[2] then
|
||||
self.co_pilot_seat_base = self.pilot_seat_base[2] --sets copilot seat reference
|
||||
if self._have_copilot and self._passengers_base[2] then
|
||||
self.co_pilot_seat_base = self._passengers_base[2] --sets copilot seat reference
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue