Skip to content

Commit

Permalink
Don't allow sending items from mannequin view
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Jan 8, 2025
1 parent 99c536c commit 3262f13
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 3262f13

Please sign in to comment.