diff --git a/project/SPT.SinglePlayer/Patches/Progression/FixPostScavRaidXpShowingZeroPatch.cs b/project/SPT.SinglePlayer/Patches/Progression/FixPostScavRaidXpShowingZeroPatch.cs index 7484fab..eb61ccb 100644 --- a/project/SPT.SinglePlayer/Patches/Progression/FixPostScavRaidXpShowingZeroPatch.cs +++ b/project/SPT.SinglePlayer/Patches/Progression/FixPostScavRaidXpShowingZeroPatch.cs @@ -22,7 +22,7 @@ namespace SPT.SinglePlayer.Patches.Progression return AccessTools.Method( typeof(SessionResultExitStatus), nameof(SessionResultExitStatus.Show), - [typeof(Profile), typeof(GClass1917), typeof(ESideType), typeof(ExitStatus), typeof(TimeSpan), typeof(ISession), typeof(bool) + [typeof(Profile), typeof(GClass1945), typeof(ESideType), typeof(ExitStatus), typeof(TimeSpan), typeof(ISession), typeof(bool) ]); }