mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 04:50:45 -05:00
parent
775bad05ab
commit
2a2b81bc4a
@ -108,7 +108,7 @@ namespace SPT.Custom.Patches
|
|||||||
|
|
||||||
private static List<string> GetBossConvertFromServer()
|
private static List<string> GetBossConvertFromServer()
|
||||||
{
|
{
|
||||||
string json = RequestHandler.GetJson("/singleplayer/BossConvert");
|
string json = RequestHandler.GetJson("/singleplayer/bossconvert");
|
||||||
return JsonConvert.DeserializeObject<List<string>>(json);
|
return JsonConvert.DeserializeObject<List<string>>(json);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user