aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/cleaners/skyblock/inventory.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/cleaners/skyblock/inventory.js b/build/cleaners/skyblock/inventory.js
index 1927add..16dcaec 100644
--- a/build/cleaners/skyblock/inventory.js
+++ b/build/cleaners/skyblock/inventory.js
@@ -48,6 +48,7 @@ exports.INVENTORIES = {
};
async function cleanInventories(data) {
var _a;
+ console.log('cleanInventories', data.uuid);
const cleanInventories = {};
for (const cleanInventoryName in exports.INVENTORIES) {
const hypixelInventoryName = exports.INVENTORIES[cleanInventoryName];