From 813ddbd8b1c5211e997d4787c33cb829442e3540 Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Sun, 5 Jan 2025 01:44:39 +0100 Subject: [PATCH] Better logging --- src/events/gameMaster/mapEditor/list.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/gameMaster/mapEditor/list.ts b/src/events/gameMaster/mapEditor/list.ts index 4fd8732..2b2f672 100644 --- a/src/events/gameMaster/mapEditor/list.ts +++ b/src/events/gameMaster/mapEditor/list.ts @@ -13,7 +13,7 @@ export default class MapListEvent extends BaseEvent { try { if (!(await this.isCharacterGM())) return - this.logger.info(`User ${(await this.getCharacter())!.getId()} has created a new map via map editor.`) + this.logger.info(`User ${(await this.getCharacter())!.getId()} has listed maps via map editor.`) const mapRepository = new MapRepository() const maps = await mapRepository.getAll()