diff --git a/Assets/Scripts/Augment/AugmentImplementations/DDRBody.cs b/Assets/Scripts/Augment/AugmentImplementations/DDRBody.cs index 8f292b0a..dc510feb 100644 --- a/Assets/Scripts/Augment/AugmentImplementations/DDRBody.cs +++ b/Assets/Scripts/Augment/AugmentImplementations/DDRBody.cs @@ -85,7 +85,7 @@ public override void Start() if (!gunController) return; - if (gunController.Player) + if (gunController.Player && gunController.Player.inputManager) { inputManager = gunController.Player.inputManager; inputManager.onFirePerformed += Fire;