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

Commit

Permalink
Release update.
Browse files Browse the repository at this point in the history
  • Loading branch information
n0tic committed Mar 12, 2021
1 parent 64ee255 commit 56cea1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SteamServerCreationTool/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ private void Wc_DownloadFileCompleted(object sender, AsyncCompletedEventArgs e)
//Set settings, save.
settings.steamCMD_installLocation = installedSteamCMDPath;
Core.SaveCurrentSettings(settings);

MessageBox.Show("SteamCMD installation was successful! Enjoy!", "Success!", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
else
{
Expand Down

0 comments on commit 56cea1e

Please sign in to comment.