This commit is contained in:
Kim Ravn Hansen
2025-10-21 11:20:41 +02:00
parent e62c34e69e
commit 8a8434f5ac
6 changed files with 67 additions and 46 deletions

View File

@@ -102,7 +102,7 @@ export class Game {
const existing = this._itemBlueprints.get(blueprintId);
if (existing) {
console.debug("we tried to create the same item blueprint more than once", blueprintId, attributes);
console.warn("we tried to create the same item blueprint more than once", blueprintId, attributes);
return existing;
}