@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.
- package/dist/long-bow.cjs.development.js +0 -3
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +0 -3
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Equipment/EquipmentSet.tsx +0 -3
|
@@ -33790,9 +33790,6 @@ var EquipmentSet = function EquipmentSet(_ref) {
|
|
|
33790
33790
|
},
|
|
33791
33791
|
checkIfItemCanBeMoved: checkIfItemCanBeMoved,
|
|
33792
33792
|
onPlaceDrop: function onPlaceDrop(item, slotIndex, itemContainerType) {
|
|
33793
|
-
if (!item) {
|
|
33794
|
-
return;
|
|
33795
|
-
}
|
|
33796
33793
|
if (onItemPlaceDrop) onItemPlaceDrop(item, slotIndex, itemContainerType);
|
|
33797
33794
|
},
|
|
33798
33795
|
atlasIMG: atlasIMG,
|