mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Misc
This commit is contained in:
parent
998b6b1499
commit
18c71e1338
3 changed files with 182 additions and 182 deletions
|
@ -3169,7 +3169,7 @@ namespace ArchiSteamFarm {
|
|||
}
|
||||
|
||||
if (targetSteamMasterID == CachedSteamID) {
|
||||
return FormatBotResponse(Strings.BotLootingYourself);
|
||||
return FormatBotResponse(Strings.BotSendingTradeToYourself);
|
||||
}
|
||||
|
||||
if (!LootingSemaphore.Wait(0)) {
|
||||
|
@ -4244,7 +4244,7 @@ namespace ArchiSteamFarm {
|
|||
}
|
||||
|
||||
if (targetBot.CachedSteamID == CachedSteamID) {
|
||||
return FormatBotResponse(Strings.BotLootingYourself);
|
||||
return FormatBotResponse(Strings.BotSendingTradeToYourself);
|
||||
}
|
||||
|
||||
HashSet<Steam.Asset.EType> transferTypes = new HashSet<Steam.Asset.EType>();
|
||||
|
|
356
ArchiSteamFarm/Localization/Strings.Designer.cs
generated
356
ArchiSteamFarm/Localization/Strings.Designer.cs
generated
File diff suppressed because it is too large
Load diff
|
@ -505,8 +505,8 @@ StackTrace:
|
|||
<data name="BotLootingTemporarilyDisabled" xml:space="preserve">
|
||||
<value>Looting is temporarily disabled!</value>
|
||||
</data>
|
||||
<data name="BotLootingYourself" xml:space="preserve">
|
||||
<value>You can't loot yourself!</value>
|
||||
<data name="BotSendingTradeToYourself" xml:space="preserve">
|
||||
<value>You can't send trade to yourself!</value>
|
||||
</data>
|
||||
<data name="BotNoASFAuthenticator" xml:space="preserve">
|
||||
<value>This bot doesn't have ASF 2FA enabled! Did you forget to import your authenticator as ASF 2FA?</value>
|
||||
|
|
Loading…
Reference in a new issue