0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 08:30:45 -05:00

Fix QTEPatch

This commit is contained in:
CWX 2024-12-26 19:59:21 +00:00
parent ec6f7242e9
commit b41b453207

View File

@ -18,7 +18,7 @@ namespace SPT.Custom.Patches
{
RequestHandler.PutJson("/client/hideout/workout", new
{
skills = new GClass1956(__instance.HideoutPlayer.Skills)
skills = new GClass1985(__instance.HideoutPlayer.Skills)
}
.ToJson());
}