mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-12 22:10:45 -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:
parent
fdadadffbd
commit
71924e725d
@ -91,7 +91,7 @@ namespace Aki.Custom.Patches
|
|||||||
|
|
||||||
private static bool BotIsSptPmc(WildSpawnType role)
|
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()
|
private static string GetCurrentMap()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user