Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-mannequin-send-bug' into dev…
Browse files Browse the repository at this point in the history
…-4.0
  • Loading branch information
Lacyway committed Jan 8, 2025
2 parents 1f14702 + 3262f13 commit ec7e4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fika.Core/UI/Patches/ItemContext_Patch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private static void Prefix(ItemInfoInteractionsAbstractClass<EItemInfoButton> co
// Save as variable in case we need to add more checks later...
MenuUI menuUI = Singleton<MenuUI>.Instance;

if (menuUI.HideoutAreaTransferItemsScreen.isActiveAndEnabled)
if (menuUI.HideoutAreaTransferItemsScreen.isActiveAndEnabled || menuUI.HideoutMannequinEquipmentScreen.isActiveAndEnabled)
{
return;
}
Expand Down

0 comments on commit ec7e4d8

Please sign in to comment.