@rpg-engine/long-bow 0.2.88 → 0.2.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33785,9 +33785,6 @@ var EquipmentSet = function EquipmentSet(_ref) {
33785
33785
  },
33786
33786
  checkIfItemCanBeMoved: checkIfItemCanBeMoved,
33787
33787
  onPlaceDrop: function onPlaceDrop(item, slotIndex, itemContainerType) {
33788
- if (!item) {
33789
- return;
33790
- }
33791
33788
  if (onItemPlaceDrop) onItemPlaceDrop(item, slotIndex, itemContainerType);
33792
33789
  },
33793
33790
  atlasIMG: atlasIMG,