diff --git a/common/src/states/glide.rs b/common/src/states/glide.rs index d19ef9cd90..3e6759780d 100644 --- a/common/src/states/glide.rs +++ b/common/src/states/glide.rs @@ -54,8 +54,6 @@ impl CharacterBehavior for Data { .max(0.2); } - // Otherwise keep gliding - update.character = CharacterState::Glide; update } }