diff --git a/module.json b/module.json index 8429fa6..83c8b04 100644 --- a/module.json +++ b/module.json @@ -6,7 +6,7 @@ "authors": [ { "name": "Robin Riis" } ], - "version": "0.1.22", + "version": "0.1.23", "socket": true, "minimumCoreVersion": 10, "compatibility": { diff --git a/scripts/puckochat/commands.js b/scripts/puckochat/commands.js index e947bfc..e383a67 100644 --- a/scripts/puckochat/commands.js +++ b/scripts/puckochat/commands.js @@ -40,6 +40,6 @@ export default function puckocommand(user, world, log, message, data) { console.log(`data: `); console.log(data); if(message[0] === "test") return test(user.name); - if(message[0] === "dagens") return dagens(user.name) + if(message[0] === "dagens") return dagens(user.name, message) return "" } \ No newline at end of file