mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Closes #1472
This commit is contained in:
@@ -982,9 +982,14 @@ namespace ArchiSteamFarm {
|
||||
if (BotConfig.ShutdownOnFarmingFinished) {
|
||||
Stop();
|
||||
}
|
||||
|
||||
await PluginsCore.OnBotFarmingFinished(this, farmedSomething).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
internal async Task OnFarmingStopped() => await ResetGamesPlayed().ConfigureAwait(false);
|
||||
internal async Task OnFarmingStopped() {
|
||||
await ResetGamesPlayed().ConfigureAwait(false);
|
||||
await PluginsCore.OnBotFarmingStopped(this).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
internal async Task<bool> RefreshSession() {
|
||||
if (!IsConnectedAndLoggedOn) {
|
||||
|
||||
Reference in New Issue
Block a user