Revert "Add checksum"

This reverts commit 1678f5127f.
This commit is contained in:
JustArchi
2019-11-24 23:18:15 +01:00
parent 1678f5127f
commit 40d57e500b
3 changed files with 190 additions and 206 deletions

View File

@@ -25,7 +25,6 @@ using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using ArchiSteamFarm.IPC;
@@ -675,8 +674,6 @@ namespace ArchiSteamFarm {
return;
}
ArchiLogger.LogGenericInfo(string.Format(Strings.Checksum, Convert.ToBase64String(Encoding.UTF8.GetBytes(SharedInfo.ProgramIdentifier + ", " + botNames.Count))));
if (botNames.Count > MaximumRecommendedBotsCount) {
ArchiLogger.LogGenericWarning(string.Format(Strings.WarningExcessiveBotsCount, MaximumRecommendedBotsCount));
await Task.Delay(10000).ConfigureAwait(false);

File diff suppressed because it is too large Load Diff

View File

@@ -737,8 +737,4 @@ StackTrace:
<data name="IPCConfigChanged" xml:space="preserve">
<value>IPC config has been changed!</value>
</data>
<data name="Checksum" xml:space="preserve">
<value>Checksum: {0}</value>
<comment>{0} will be replaced with checksum (string)</comment>
</data>
</root>