Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Update ShuttleSystem.IFF.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekins3366 authored Apr 24, 2024
1 parent 29aecfe commit ff8be05
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Content.Server/Shuttles/Systems/ShuttleSystem.IFF.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ private void OnIFFShowVessel(EntityUid uid, IFFConsoleComponent component, IFFSh
{
return;
}

if (!args.Show)
{
AddIFFFlag(xform.GridUid.Value, IFFFlags.Hide);
}
else
{
RemoveIFFFlag(xform.GridUid.Value, IFFFlags.Hide);
}
}

private void OnIFFConsoleAnchor(EntityUid uid, IFFConsoleComponent component, ref AnchorStateChangedEvent args)
Expand Down

0 comments on commit ff8be05

Please sign in to comment.