Auto Update tweaks

This commit is contained in:
Brett Hewitson 2021-12-19 17:29:00 +10:00
parent cf51ca0aef
commit 08cb54bb8b
2 changed files with 3 additions and 3 deletions

View file

@ -1265,7 +1265,6 @@ namespace ServerManagerTool.Lib
// update the version number
_profile.LastInstalledVersion = GetServerVersion(GetServerVersionFile()).ToString();
_profile.ServerUpdated = true;
LogProfileMessage("Updated server from cache. See patch notes.");
LogProfileMessage($"Server version: {_profile.LastInstalledVersion}.");
@ -1948,7 +1947,6 @@ namespace ServerManagerTool.Lib
// if unable to delete, do not bother
}
}
}
finally
{