From 6158a9268d2540590cfb1fe60a3d70122ef3d6d3 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Fri, 1 Apr 2016 17:14:03 +0200 Subject: [PATCH] Misc --- ArchiSteamFarm/Bot.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ArchiSteamFarm/Bot.cs b/ArchiSteamFarm/Bot.cs index ca631e237..6d742c571 100755 --- a/ArchiSteamFarm/Bot.cs +++ b/ArchiSteamFarm/Bot.cs @@ -1198,6 +1198,9 @@ namespace ArchiSteamFarm { return; } + // Ensure that we also save changes made by finalization step (if any) + BotDatabase.Save(); + Logging.LogGenericInfo("Successfully linked ASF as new mobile authenticator for this account!", BotName); Program.GetUserInput(Program.EUserInputType.RevocationCode, BotName, BotDatabase.SteamGuardAccount.RevocationCode); }