mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-11 06:04:24 +00:00
Misc
This commit is contained in:
@@ -349,13 +349,13 @@ namespace ArchiSteamFarm {
|
||||
await TradesSemaphore.WaitAsync().ConfigureAwait(false);
|
||||
|
||||
try {
|
||||
lock (TradesSemaphore) {
|
||||
ParsingScheduled = false;
|
||||
}
|
||||
|
||||
bool lootableTypesReceived;
|
||||
|
||||
using (await Bot.Actions.GetTradingLock().ConfigureAwait(false)) {
|
||||
lock (TradesSemaphore) {
|
||||
ParsingScheduled = false;
|
||||
}
|
||||
|
||||
lootableTypesReceived = await ParseActiveTrades().ConfigureAwait(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user