0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-12 14:50:43 -05:00

Merge branch '3.10.4-dev'

This commit is contained in:
Refringe 2024-12-25 11:30:49 -05:00
commit f7c3b7917e
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

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