From 26881c547c4da669ca9eac88a1c4f98f7edecb37 Mon Sep 17 00:00:00 2001 From: Kolby Nottingham Date: Tue, 5 Nov 2024 16:28:12 -0800 Subject: [PATCH] npc path error 2 --- src/agent/npc/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent/npc/controller.js b/src/agent/npc/controller.js index 8464efe..9af3f3e 100644 --- a/src/agent/npc/controller.js +++ b/src/agent/npc/controller.js @@ -46,7 +46,7 @@ export class NPCContoller { } } } catch (e) { - console.log('Error reading construction file: ', file); + console.log('Error reading construction file'); } for (let name in this.constructions) {