diff --git a/project/SPT.Custom/Patches/QTEPatch.cs b/project/SPT.Custom/Patches/QTEPatch.cs index c44670a..cf90424 100644 --- a/project/SPT.Custom/Patches/QTEPatch.cs +++ b/project/SPT.Custom/Patches/QTEPatch.cs @@ -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()); }