diff --git a/QSB/ShipSync/ShipCustomAttach.cs b/QSB/ShipSync/ShipCustomAttach.cs index 66cccd82..2b40df6c 100644 --- a/QSB/ShipSync/ShipCustomAttach.cs +++ b/QSB/ShipSync/ShipCustomAttach.cs @@ -61,10 +61,12 @@ namespace QSB.ShipSync { transform.position = Locator.GetPlayerTransform().position; _playerAttachPoint.AttachPlayer(); + ShipManager.Instance.CockpitController._shipAudioController.PlayBuckle(); } else if (attachedToUs && OWInput.IsNewlyPressed(InputLibrary.cancel, InputMode.Character)) { _playerAttachPoint.DetachPlayer(); + ShipManager.Instance.CockpitController._shipAudioController.PlayUnbuckle(); } } }