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

fix firearmcontroller patch

This commit is contained in:
CWX 2024-12-26 20:20:13 +00:00
parent 162aa877e2
commit 6110100ec0

View File

@ -11,7 +11,7 @@ namespace SPT.SinglePlayer.Patches.RaidFix
{
protected override MethodBase GetTargetMethod()
{
return typeof(Player.FirearmController.GClass1748).GetMethod(nameof(Player.FirearmController.GClass1748.ShowIncompatibleNotification));
return typeof(Player.FirearmController.GClass1775).GetMethod(nameof(Player.FirearmController.GClass1775.ShowIncompatibleNotification));
}
[PatchPrefix]