The Chinook remains hovering in place after landing and does not fly away. Could you please check this? Thank you.
The Chinook gets stuck. Ver. 1.6.6Fixed
I discovered the same problem on my server. Can you provide a fix?
same here
Same issue as well
Edit line 669 from
if (chinook.AnyMounted())if (chinook.NumMounted() > 0)For some reason AnyMounted() is bugged for CH47.
The tip from RustServerAdmin was awesome works great again thanks for that and keep up the good work !
Edit line 669 from
if (chinook.AnyMounted())
to
if (chinook.NumMounted() > 0)
Thumbs up
@M4nStop
Chinook fixed, but now Im getting Bradley Guards (heavies) floating
See here ?
The tip from RustServerAdmin was awesome works great again thanks for that and keep up the good work !
in BradleyGuards.cs
Edit line 669 from
if (chinook.AnyMounted())
to
if (chinook.NumMounted() > 0)
Thumbs up
@M4nStop
Locked automatically