diff --git a/project/SPT.Custom/Patches/QTEPatch.cs b/project/SPT.Custom/Patches/QTEPatch.cs index f0d6136..c44670a 100644 --- a/project/SPT.Custom/Patches/QTEPatch.cs +++ b/project/SPT.Custom/Patches/QTEPatch.cs @@ -18,8 +18,7 @@ namespace SPT.Custom.Patches { RequestHandler.PutJson("/client/hideout/workout", new { - skills = __instance.HideoutPlayer.Skills, - effects = __instance.HideoutPlayer.HealthController.BodyPartEffects + skills = new GClass1956(__instance.HideoutPlayer.Skills) } .ToJson()); }