From ef9ecfd51dc02c440e1d176888edc804809f025c Mon Sep 17 00:00:00 2001 From: Dev Date: Wed, 6 Dec 2023 19:18:25 +0000 Subject: [PATCH] Change warning to debug message --- project/src/generators/LocationGenerator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/generators/LocationGenerator.ts b/project/src/generators/LocationGenerator.ts index e3b942a8..e22c9b93 100644 --- a/project/src/generators/LocationGenerator.ts +++ b/project/src/generators/LocationGenerator.ts @@ -756,7 +756,7 @@ export class LocationGenerator } 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`) } } }