Revert "Fix ItemSlots prediction" (#25610)

Revert "Fix ItemSlots prediction (#25552)"

This reverts commit ad29dbe302.
This commit is contained in:
Krunklehorn
2024-02-27 07:32:16 -05:00
committed by GitHub
parent 6343eb5759
commit 6485dd4f4d

View File

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