This commit is contained in:
JustArchi 2017-10-24 16:59:07 +02:00
parent 998b6b1499
commit 18c71e1338
3 changed files with 182 additions and 182 deletions

View file

@ -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>();

File diff suppressed because it is too large Load diff

View file

@ -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>