Cleanup a few logs

This commit is contained in:
Oliver-Akins 2025-07-20 21:28:25 -06:00
parent e49fa03fed
commit 26a2e0f3ff
2 changed files with 1 additions and 2 deletions

View file

@ -94,7 +94,7 @@ export class ArmourData extends CommonItemData {
};
const slots = parent.parent.system.equippedArmour ?? {};
Logger.debug(`slots`, slots);
for (const locationTag of this.location) {
if (slots[locationTag.toLowerCase()] != null) {
Logger.error(`Unable to equip multiple items in the same slot`);