Bugifx
This commit is contained in:
parent
51e3973f8f
commit
5a9a01e137
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export default function load (b) {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
b.runCommand = function (user, nick, uuid, command, type, subtype, prefix){
|
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()]){
|
if(cmds[context.cmdName.toLowerCase()]){
|
||||||
try {
|
try {
|
||||||
cmds[context.cmdName.toLowerCase()].execute(context)
|
cmds[context.cmdName.toLowerCase()].execute(context)
|
||||||
|
|
Loading…
Reference in a new issue