mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 01:50:45 -05:00
Change log to info
This commit is contained in:
parent
32f451db61
commit
e5be396cb8
@ -37,7 +37,7 @@ namespace SPT.SinglePlayer.Patches.RaidFix
|
|||||||
|
|
||||||
if (int.TryParse(RequestHandler.GetJson($"/singleplayer/settings/bot/maxCap/{location}"), out var parsedMaxCount))
|
if (int.TryParse(RequestHandler.GetJson($"/singleplayer/settings/bot/maxCap/{location}"), out var parsedMaxCount))
|
||||||
{
|
{
|
||||||
Logger.LogError($"Set max bot cap for: {location} from: {maxCount} to: {parsedMaxCount}");
|
Logger.LogInfo($"Set max bot cap for: {location} from: {maxCount} to: {parsedMaxCount}");
|
||||||
maxCount = parsedMaxCount;
|
maxCount = parsedMaxCount;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user