We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f17303 commit c425f67Copy full SHA for c425f67
TbsCore/Tasks/LowLevel/UpgradeBuilding.cs
@@ -197,8 +197,8 @@ private async Task<bool> Upgrade(Account acc)
197
if (acc.AccInfo.ServerVersion == ServerVersionEnum.T4_5 && buildDuration.TotalMinutes > acc.Settings.WatchAdAbove)
198
{
199
// watchAd = await TryFastUpgrade(acc);
200
- acc.Logger.Information("Try using watch ads upgrade button");
201
- acc.Logger.Information("Watch ads function is disable because of bugs from Chrome. We cannot do anything about this");
+ acc.Logger.Information("Try using watch ads upgrade button", this);
+ acc.Logger.Information("Watch ads function is disable because of bugs from Chrome. We cannot do anything about this", this);
202
}
203
204
if (!watchAd)
0 commit comments