diff --git a/Fika.Core/Coop/Patches/Bugfixes/PartyInfoPanel_method_3_Patch.cs b/Fika.Core/Coop/Patches/Bugfixes/PartyInfoPanel_method_3_Patch.cs index a47bdaca..90569623 100644 --- a/Fika.Core/Coop/Patches/Bugfixes/PartyInfoPanel_method_3_Patch.cs +++ b/Fika.Core/Coop/Patches/Bugfixes/PartyInfoPanel_method_3_Patch.cs @@ -21,7 +21,7 @@ protected override MethodBase GetTargetMethod() public static bool Prefix(GClass1323 raidPlayer) { InventoryEquipment equipment = raidPlayer.PlayerVisualRepresentation.Equipment; - if (equipment.CurrentAddress.GetOwnerOrNull() is Player.SinglePlayerInventoryController) + if (equipment.CurrentAddress.GetOwnerOrNull() is Player.PlayerOwnerInventoryController) { return false; }