mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 09:50:43 -05:00
Add extra logging
This commit is contained in:
parent
32c0c04c08
commit
f89789b257
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user