mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Thanks netf
This commit is contained in:
@@ -317,7 +317,8 @@ internal static class Program {
|
||||
return false;
|
||||
}
|
||||
|
||||
ArchiCryptoHelper.SetEncryptionKey(cryptkey);
|
||||
// ReSharper disable once RedundantSuppressNullableWarningExpression - required for .NET Framework
|
||||
ArchiCryptoHelper.SetEncryptionKey(cryptkey!);
|
||||
}
|
||||
|
||||
if (!Directory.Exists(SharedInfo.ConfigDirectory)) {
|
||||
|
||||
Reference in New Issue
Block a user