From 6531446675b54522ed320c89b6b6e803e8ab8999 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sat, 13 Feb 2021 17:36:18 -0600 Subject: optimize inventories don't parse nbt for inventories that it doesn't need to --- build/cleaners/skyblock/inventory.js | 1 + 1 file changed, 1 insertion(+) (limited to 'build') 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]; -- cgit