Fixed for Rust update
Had to remove the option to apply crash mechanics to all spawned planes as crash planes are no longer considered cargo planes. That means crash planes can only be called either on a timer or manually via command!
Changed API method IsCrashPlane(CargoPlane) to IsCrashPlane(BaseEntity).
If developers are comparing CargoPlane with this method it will always be false, the crash plane component inherits from BaseEntity and the CargoPlane component has been removed
If you are using Lock-On Rockets you will need to update to v0.3.10+