Fix itemslots swapping (#25634)

Fix itemslots prediction
This commit is contained in:
metalgearsloth
2024-03-30 14:31:47 +11:00
committed by GitHub
parent 52db14a19d
commit fc4389f2d7

View File

@@ -279,7 +279,7 @@ namespace Content.Shared.Containers.ItemSlots
if (ev.Cancelled) if (ev.Cancelled)
return false; return false;
return _containers.CanInsert(usedUid, slot.ContainerSlot, assumeEmpty: true); return _containers.CanInsert(usedUid, slot.ContainerSlot, assumeEmpty: swap);
} }
/// <summary> /// <summary>