Skip to content

Commit

Permalink
Update ShuttleConsoleSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Nov 3, 2023
1 parent 4480dc1 commit e924720
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Content.Server/Shuttles/Systems/ShuttleConsoleSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,10 @@ public override void Update(float frameTime)
{
ClearPilots(comp);
comp.TimeoutFromEmp += TimeSpan.FromSeconds(0.1);
comp.MainBreakerEnabled = false;
}
else
comp.MainBreakerEnabled = true;
}
}

Expand Down

0 comments on commit e924720

Please sign in to comment.