updated to version 0.1.15

This commit is contained in:
KungKurt 2025-02-23 14:51:43 +01:00
parent 9bcde89c31
commit fd1b01b3b4
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"authors": [
{ "name": "Robin Riis" }
],
"version": "0.1.14",
"version": "0.1.15",
"socket": true,
"minimumCoreVersion": 10,
"compatibility": {

View File

@ -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: `);