0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-12 16:50:43 -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:
Kaeno 2023-04-10 04:36:22 +01:00
parent af2fa4160b
commit fdadadffbd

View File

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