Please fix!

ClothingSlots - Failed to compile: Argument 1: cannot convert from 'uint' to 'ItemContainerId' | Line: 65, Pos: 54

Change:

object CanMoveItem(Item item, PlayerInventory playerLoot, uint targetContainer, int targetSlot, int amount)

To:

object CanMoveItem(Item item, PlayerInventory playerLoot, ItemContainerId targetContainer, int targetSlot, int amount)