Adjust itemHasBaseClass()
to log as debug instead of warning - fixes custom item mods spamming console with messages
This commit is contained in:
parent
8984711cba
commit
aa7a60f409
@ -101,7 +101,7 @@ export class ItemBaseClassService
|
||||
if (!this.itemBaseClassesCache[itemTpl])
|
||||
{
|
||||
// Hydrate again
|
||||
this.logger.warning(this.localisationService.getText("baseclass-item_not_found", itemTpl));
|
||||
this.logger.debug(this.localisationService.getText("baseclass-item_not_found", itemTpl));
|
||||
this.hydrateItemBaseClassCache();
|
||||
|
||||
// Check for item again, throw exception if not found
|
||||
|
Loading…
Reference in New Issue
Block a user