diff --git a/project/SPT.SinglePlayer/Patches/ScavMode/SendPlayerScavProfileToServerAfterRaidPatch.cs b/project/SPT.SinglePlayer/Patches/ScavMode/SendPlayerScavProfileToServerAfterRaidPatch.cs index 04af055..1a5cad6 100644 --- a/project/SPT.SinglePlayer/Patches/ScavMode/SendPlayerScavProfileToServerAfterRaidPatch.cs +++ b/project/SPT.SinglePlayer/Patches/ScavMode/SendPlayerScavProfileToServerAfterRaidPatch.cs @@ -13,7 +13,7 @@ namespace SPT.SinglePlayer.Patches.ScavMode /// public class GetProfileAtEndOfRaidPatch : ModulePatch { - public static GClass1962 ProfileDescriptor { get; private set; } + public static GClass1991 ProfileDescriptor { get; private set; } protected override MethodBase GetTargetMethod() { @@ -23,7 +23,7 @@ namespace SPT.SinglePlayer.Patches.ScavMode [PatchPrefix] public static void PatchPrefix(LocalGame __instance) { - ProfileDescriptor = new GClass1962(__instance.Profile_0, GClass1971.Instance); + ProfileDescriptor = new GClass1991(__instance.Profile_0, GClass2000.Instance); } } ///