mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 03:10:45 -05:00
Fix: Changed SptBear and SptUsec's role to match efts new enums fixing Spt Bots not using custom brains
This commit is contained in:
parent
af2fa4160b
commit
fdadadffbd
@ -91,7 +91,7 @@ namespace Aki.Custom.Patches
|
|||||||
|
|
||||||
private static bool BotIsSptPmc(WildSpawnType role)
|
private static bool BotIsSptPmc(WildSpawnType role)
|
||||||
{
|
{
|
||||||
return (long)role == -2147483648 || (long)role == 0;
|
return (long)role == 33 || (long)role == 32;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static string GetCurrentMap()
|
private static string GetCurrentMap()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user