miepzerino
2023-12-18 474252bdfe25f5491679e181938fe2ea850132f4
Assets/Scripts/PlayerController.cs
@@ -63,7 +63,7 @@
    {
        get
        {
            return animator.GetBool(AnimationStrings.canMove);
            return animator.GetBool(AnimationStrings.canMove) && !PauseMenu.GameIsPaused;
        }
    }