From 2a71032ffa397bd44c86ce34e6cb9f53ff1c9da6 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 7 Feb 2018 09:25:23 +0100 Subject: [PATCH] Misc --- ArchiSteamFarm/MobileAuthenticator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/MobileAuthenticator.cs b/ArchiSteamFarm/MobileAuthenticator.cs index 5db13ab02..642fd0753 100644 --- a/ArchiSteamFarm/MobileAuthenticator.cs +++ b/ArchiSteamFarm/MobileAuthenticator.cs @@ -187,7 +187,7 @@ namespace ArchiSteamFarm { type = Steam.ConfirmationDetails.EType.Other; } - if ((acceptedType != Steam.ConfirmationDetails.EType.Unknown) && (type != acceptedType)) { + if ((acceptedType != Steam.ConfirmationDetails.EType.Unknown) && (acceptedType != type)) { continue; }