diff --git a/Scripts/AimAtCursorPlayerCharacterController.cs b/Scripts/AimAtCursorPlayerCharacterController.cs index adf7e11..796eaf7 100644 --- a/Scripts/AimAtCursorPlayerCharacterController.cs +++ b/Scripts/AimAtCursorPlayerCharacterController.cs @@ -173,7 +173,7 @@ protected void UpdateWASDInput() if (moveDirection.sqrMagnitude > 0f) { // Character start moving, so hide npc dialog - HideNpcDialogs(); + HideNpcDialog(); } // Attack when player pressed attack button