0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-12 15:10:44 -05:00

Change log to info

This commit is contained in:
Lacyway 2024-12-20 20:50:10 +01:00
parent 32f451db61
commit e5be396cb8

View File

@ -37,7 +37,7 @@ namespace SPT.SinglePlayer.Patches.RaidFix
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;
}
else