Cleanup a few logs
This commit is contained in:
parent
e49fa03fed
commit
26a2e0f3ff
2 changed files with 1 additions and 2 deletions
|
|
@ -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`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue