Code cleanup

This commit is contained in:
JustArchi
2018-08-19 14:37:23 +02:00
parent 57a2cdb684
commit 13e835c3b7
7 changed files with 22 additions and 21 deletions

View File

@@ -158,7 +158,7 @@ namespace ArchiSteamFarm {
return;
}
CryptoHelper.SetEncryptionKey(cryptKey);
ArchiCryptoHelper.SetEncryptionKey(cryptKey);
}
private static void HandlePathArgument(string path) {