fix
This commit is contained in:
parent
168b0520fe
commit
03dfdbb2a8
1 changed files with 2 additions and 2 deletions
4
kick.js
4
kick.js
|
@ -47,8 +47,8 @@ const msg2 = {
|
|||
}
|
||||
}
|
||||
|
||||
console.log(kickparser(processNbtMessage(msg.reason)));
|
||||
console.log(kickparser(processNbtMessage(msg2.reason)));
|
||||
console.log(kickparser(msg.reason));
|
||||
console.log(kickparser(msg2.reason));
|
||||
|
||||
// lazy to make it color
|
||||
function kickparser(component) {
|
||||
|
|
Loading…
Reference in a new issue