This commit is contained in:
JustArchi
2017-01-06 11:49:06 +01:00
parent bdc354d07c
commit 4d0c39606a

View File

@@ -743,7 +743,7 @@ namespace ArchiSteamFarm {
}
private void ImportAuthenticator(string maFilePath) {
if ((HasMobileAuthenticator) || !File.Exists(maFilePath)) {
if (HasMobileAuthenticator || !File.Exists(maFilePath)) {
return;
}