Change warning to debug message

This commit is contained in:
Dev 2023-12-06 19:18:25 +00:00
parent 7f995de5d1
commit ef9ecfd51d

View File

@ -756,7 +756,7 @@ export class LocationGenerator
} }
else else
{ {
this.logger.warning(`Attempted to add a forced loot location with Id: ${locationTemplateToAdd.Id} to map ${locationName} that already has that id in use, skipping`) this.logger.debug(`Attempted to add a forced loot location with Id: ${locationTemplateToAdd.Id} to map ${locationName} that already has that id in use, skipping`)
} }
} }
} }