From b41b45320783cbae80fc712a06444fdb48457c55 Mon Sep 17 00:00:00 2001 From: CWX Date: Thu, 26 Dec 2024 19:59:21 +0000 Subject: [PATCH] Fix QTEPatch --- project/SPT.Custom/Patches/QTEPatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); }