From fd1b01b3b43b5e76b26a35b796e0aadf57e6cd69 Mon Sep 17 00:00:00 2001 From: KungKurt Date: Sun, 23 Feb 2025 14:51:43 +0100 Subject: [PATCH] updated to version 0.1.15 --- module.json | 2 +- scripts/puckochat/commands.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index fe4bdba..b181e3b 100644 --- a/module.json +++ b/module.json @@ -6,7 +6,7 @@ "authors": [ { "name": "Robin Riis" } ], - "version": "0.1.14", + "version": "0.1.15", "socket": true, "minimumCoreVersion": 10, "compatibility": { diff --git a/scripts/puckochat/commands.js b/scripts/puckochat/commands.js index dda87da..da421a3 100644 --- a/scripts/puckochat/commands.js +++ b/scripts/puckochat/commands.js @@ -2,7 +2,7 @@ function test(user) { return `hello ${user}`; } -export function puckocommand(user, world, log, message, data) { +export default function puckocommand(user, world, log, message, data) { console.log(`user: ${user}`); console.log(`world: ${world}`); console.log(`log: `);