diff --git a/project/SPT.Custom/Patches/CustomAiPatch.cs b/project/SPT.Custom/Patches/CustomAiPatch.cs index 2e13f02..8f3ed69 100644 --- a/project/SPT.Custom/Patches/CustomAiPatch.cs +++ b/project/SPT.Custom/Patches/CustomAiPatch.cs @@ -115,7 +115,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); }