From a1674ac5427b07f994fbeb64dafb664408be97b4 Mon Sep 17 00:00:00 2001 From: Mister_Nebula <41904486+misternebula@users.noreply.github.com> Date: Mon, 23 Nov 2020 09:25:39 +0000 Subject: [PATCH] Update AnimationSync.cs --- QSB/Animation/AnimationSync.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QSB/Animation/AnimationSync.cs b/QSB/Animation/AnimationSync.cs index 43bffa09..33f80503 100644 --- a/QSB/Animation/AnimationSync.cs +++ b/QSB/Animation/AnimationSync.cs @@ -233,7 +233,7 @@ namespace QSB.Animation } else { - // Avoids "jumping" look when exiting instrument + // Avoids "jumping" when exiting instrument and putting on suit _bodyAnim.SetTrigger("Grounded"); _anim.SetTrigger("Grounded"); }