Skip to content

Commit

Permalink
Update Content.Client/Flight/FlightSystem.cs
Browse files Browse the repository at this point in the history
Co-authored-by: VMSolidus <[email protected]>
Signed-off-by: gluesniffler <[email protected]>
  • Loading branch information
gluesniffler and VMSolidus committed Sep 14, 2024
1 parent 8681d89 commit 0c102cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Content.Client/Flight/FlightSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ private void OnFlight(FlightEvent args)
AddComp(uid, comp);
}
if (!args.IsFlying)
{
RemComp<FlightVisualsComponent>(uid);
}
}

public int? GetAnimatedLayer(EntityUid uid, string targetLayer, SpriteComponent? sprite = null)
Expand Down

0 comments on commit 0c102cb

Please sign in to comment.