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