Skip to content

Commit

Permalink
Merge branch 'main' into ai-culling
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Dec 13, 2024
2 parents abbf63e + 5b3cfc4 commit 663f954
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 663f954

Please sign in to comment.