0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 09:10:44 -05:00

Fixed FixPostScavRaidXpShowingZeroPatch

This commit is contained in:
Chomp 2024-12-26 21:30:56 +00:00
parent 95de6c0175
commit 97eb3ef6ee

View File

@ -22,7 +22,7 @@ namespace SPT.SinglePlayer.Patches.Progression
return AccessTools.Method( return AccessTools.Method(
typeof(SessionResultExitStatus), typeof(SessionResultExitStatus),
nameof(SessionResultExitStatus.Show), 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)
]); ]);
} }