Skip to content

Commit

Permalink
Update server status when stopping the server
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczy93 committed Nov 29, 2023
1 parent f1edc35 commit 8f43f9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CentrED/UI/Windows/ServerWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ public override void Draw()
{
CEDClient.Disconnect();
Application.CEDServer.Quit = true;
_statusColor = UIManager.Red;
_statusText = "Stopped";
}
}
else
Expand Down

0 comments on commit 8f43f9f

Please sign in to comment.