diff --git a/Assets/Scripts/Player/PlayerController.cs b/Assets/Scripts/Player/PlayerController.cs index 6ef7066..8568dd8 100644 --- a/Assets/Scripts/Player/PlayerController.cs +++ b/Assets/Scripts/Player/PlayerController.cs @@ -228,7 +228,8 @@ namespace Player public void OnInteract(InputAction.CallbackContext context) { if (_playerInteractableTrigger.IsCollided) - throw new NotImplementedException(); + { + } } public void OnClimb(InputAction.CallbackContext context)