mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Fix warning
This commit is contained in:
@@ -76,7 +76,7 @@ namespace ArchiSteamFarm.NLog {
|
||||
string? botName = BotName?.Render(logEvent);
|
||||
|
||||
if (!string.IsNullOrEmpty(botName)) {
|
||||
bot = Bot.GetBot(botName);
|
||||
bot = Bot.GetBot(botName!);
|
||||
|
||||
if (bot?.IsConnectedAndLoggedOn != true) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user