diff --git a/project/SPT.Custom/Patches/CustomAiPatch.cs b/project/SPT.Custom/Patches/CustomAiPatch.cs index 5d3e84a..96ca886 100644 --- a/project/SPT.Custom/Patches/CustomAiPatch.cs +++ b/project/SPT.Custom/Patches/CustomAiPatch.cs @@ -108,7 +108,7 @@ namespace SPT.Custom.Patches private static List GetBossConvertFromServer() { - string json = RequestHandler.GetJson("/singleplayer/BossConvert"); + string json = RequestHandler.GetJson("/singleplayer/bossconvert"); return JsonConvert.DeserializeObject>(json); }