mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Misc
This commit is contained in:
@@ -2087,7 +2087,10 @@ namespace ArchiSteamFarm {
|
||||
|
||||
break;
|
||||
case EResult.OK:
|
||||
ArchiLogger.LogGenericInfo(Strings.BotLoggedOn);
|
||||
AccountFlags = callback.AccountFlags;
|
||||
CachedSteamID = callback.ClientSteamID;
|
||||
|
||||
ArchiLogger.LogGenericInfo(string.Format(Strings.BotLoggedOn, CachedSteamID + (!string.IsNullOrEmpty(callback.VanityURL) ? "/" + callback.VanityURL : "")));
|
||||
|
||||
// Old status for these doesn't matter, we'll update them if needed
|
||||
LibraryLockedBySteamID = TwoFactorCodeFailures = 0;
|
||||
@@ -2102,9 +2105,6 @@ namespace ArchiSteamFarm {
|
||||
);
|
||||
}
|
||||
|
||||
AccountFlags = callback.AccountFlags;
|
||||
CachedSteamID = callback.ClientSteamID;
|
||||
|
||||
if (IsAccountLimited) {
|
||||
ArchiLogger.LogGenericWarning(Strings.BotAccountLimited);
|
||||
}
|
||||
|
||||
2
ArchiSteamFarm/Localization/Strings.Designer.cs
generated
2
ArchiSteamFarm/Localization/Strings.Designer.cs
generated
@@ -349,7 +349,7 @@ namespace ArchiSteamFarm.Localization {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Successfully logged on!.
|
||||
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Successfully logged on as {0}..
|
||||
/// </summary>
|
||||
internal static string BotLoggedOn {
|
||||
get {
|
||||
|
||||
@@ -460,7 +460,8 @@ StackTrace:
|
||||
<comment>{0} will be replaced by logging off reason (string)</comment>
|
||||
</data>
|
||||
<data name="BotLoggedOn" xml:space="preserve">
|
||||
<value>Successfully logged on!</value>
|
||||
<value>Successfully logged on as {0}.</value>
|
||||
<comment>{0} will be replaced by steam ID (number)</comment>
|
||||
</data>
|
||||
<data name="BotLoggingIn" xml:space="preserve">
|
||||
<value>Logging in...</value>
|
||||
|
||||
Reference in New Issue
Block a user