enable ammo merging on direct drop

This commit is contained in:
Tyfon
2024-06-18 15:17:11 -07:00
parent 62bfdd6042
commit 3faaf65b08
2 changed files with 1 additions and 2 deletions

View File

@@ -196,7 +196,6 @@ namespace UIFixes
public class MultiSelectItemContext(ItemContextAbstractClass itemContext, ItemRotation rotation) : ItemContextClass(itemContext, rotation)
{
public override bool MergeAvailable => false;
public override bool SplitAvailable => false;
}