Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Content.Shared/Containers/ItemSlot/ItemSlotsComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public ItemSlot(ItemSlot other)
/// </remarks>
[DataField]
[Access(typeof(ItemSlotsSystem), Other = AccessPermissions.ReadWriteExecute)]
public bool Swap = true;
public bool Swap = false;

public string? ID => ContainerSlot?.ID;

Expand Down