From 5a9a01e1372a4bdf8d7642701e08f0ce2e91b3c4 Mon Sep 17 00:00:00 2001 From: 7cc5c4f330d47060 Date: Sun, 27 Oct 2024 01:13:31 -0400 Subject: [PATCH] Bugifx --- plugins/command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/command.js b/plugins/command.js index d4e3204..629164e 100644 --- a/plugins/command.js +++ b/plugins/command.js @@ -12,7 +12,7 @@ export default function load (b) { } }) b.runCommand = function (user, nick, uuid, command, type, subtype, prefix){ - const context = new Command(uuid, user, nick, command, "minecraft", type, subtype, prefix, b, {}) + const context = new Command(uuid, user, nick, command, "minecraft", type, subtype, prefix, b, 0, {}) if(cmds[context.cmdName.toLowerCase()]){ try { cmds[context.cmdName.toLowerCase()].execute(context)