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

At further review we could just revert back to the old way we use to get the SptBear/SptUsec value.

This commit is contained in:
Kaeno 2023-04-10 06:15:21 +01:00
parent fdadadffbd
commit 71924e725d

View File

@ -91,7 +91,7 @@ namespace Aki.Custom.Patches
private static bool BotIsSptPmc(WildSpawnType role)
{
return (long)role == 33 || (long)role == 32;
return (int)role == AkiBotsPrePatcher.sptBearValue || (int)role == AkiBotsPrePatcher.sptUsecValue;
}
private static string GetCurrentMap()