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:
parent
95de6c0175
commit
97eb3ef6ee
@ -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)
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user