From 023d32fc9265edb052bf0be74198c7cc4d2adf7f Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Wed, 31 Jan 2024 21:24:13 -0700 Subject: [PATCH] Add debug logs so i can find this fucker --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index cff612d..cf8ec25 100755 --- a/index.js +++ b/index.js @@ -106,6 +106,7 @@ function splitKeyword(keyword) { // } // } // Lets redo this to actually work with v1.10.0 and above, still gotta check because versions older than 1.3 dont have DLC, and wont have the right number of fields + console.log(`${colors.magenta(`[DEBUG ${new Date()}]`)} Server version is ${data[0]}`); if (data.length < 3) { return { "version": data[0]