diff --git a/project/Aki.SinglePlayer/Patches/RaidFix/MaxBotPatch.cs b/project/Aki.SinglePlayer/Patches/RaidFix/MaxBotPatch.cs index e6c3ac3..18b728b 100644 --- a/project/Aki.SinglePlayer/Patches/RaidFix/MaxBotPatch.cs +++ b/project/Aki.SinglePlayer/Patches/RaidFix/MaxBotPatch.cs @@ -38,6 +38,7 @@ namespace Aki.SinglePlayer.Patches.RaidFix { if (int.TryParse(RequestHandler.GetJson("/singleplayer/settings/bot/maxCap"), out int parsedMaxCount)) { + Logger.LogWarning($"Set max bot cap to: {parsedMaxCount}"); maxCount = parsedMaxCount; } else