Skip to content

Commit

Permalink
Client disconnect on UnloadContent
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczy93 committed Jan 5, 2024
1 parent 211690d commit f77b62c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CentrED/CentrEDGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ protected override void LoadContent()

protected override void UnloadContent()
{
CEDClient.Disconnect();
Config.Save();
}

Expand Down

0 comments on commit f77b62c

Please sign in to comment.