From 0c102cbb3a51cd2a2e1b97b8b356d47a4c2b27d5 Mon Sep 17 00:00:00 2001 From: gluesniffler <159397573+gluesniffler@users.noreply.github.com> Date: Sat, 14 Sep 2024 14:06:25 -0400 Subject: [PATCH] Update Content.Client/Flight/FlightSystem.cs Co-authored-by: VMSolidus Signed-off-by: gluesniffler <159397573+gluesniffler@users.noreply.github.com> --- Content.Client/Flight/FlightSystem.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Content.Client/Flight/FlightSystem.cs b/Content.Client/Flight/FlightSystem.cs index eecc12acb8b..cf8000d99bc 100644 --- a/Content.Client/Flight/FlightSystem.cs +++ b/Content.Client/Flight/FlightSystem.cs @@ -48,9 +48,7 @@ private void OnFlight(FlightEvent args) AddComp(uid, comp); } if (!args.IsFlying) - { RemComp(uid); - } } public int? GetAnimatedLayer(EntityUid uid, string targetLayer, SpriteComponent? sprite = null)