From 67e7a0cc345989eb719375fc3f6782d1286b2691 Mon Sep 17 00:00:00 2001 From: KungKurt Date: Sun, 16 Feb 2025 18:59:03 +0100 Subject: [PATCH] updated outputs --- scripts/puckochat/commands.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/puckochat/commands.js b/scripts/puckochat/commands.js index 59b5e3e..a9bf874 100644 --- a/scripts/puckochat/commands.js +++ b/scripts/puckochat/commands.js @@ -6,9 +6,11 @@ export function puckocommand(isGM, user, world, log, message, data) { console.log(`isGM: ${isGM}`); console.log(`user: ${user}`); console.log(`world: ${world}`); - console.log(`log: ${log}`); + console.log(`log: `); + console.log(log); console.log(`message: ${message}`); - console.log(`data: ${data}`); + console.log(`data: `); + console.log(data); if(message[0] === "test") return test(user); return "" } \ No newline at end of file