From 03dfdbb2a89350e0c33a61e6a64ad90c3cc1102f Mon Sep 17 00:00:00 2001 From: Yaode_owo Date: Tue, 22 Oct 2024 09:17:14 -0400 Subject: [PATCH] fix --- kick.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kick.js b/kick.js index 986a13d..436de81 100644 --- a/kick.js +++ b/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) {