From fb3d016b5fa76e48758ecbfb4dcff9ce703fab38 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sun, 12 May 2024 19:56:28 +0800 Subject: [PATCH] new logs are not prioritized --- scripts/logging.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/logging.js b/scripts/logging.js index dd4d017..c9f5998 100644 --- a/scripts/logging.js +++ b/scripts/logging.js @@ -19,7 +19,7 @@ export default class logging { @param {string} TITLE the title @param {string} MESSAGE the message @param {bool} PRIORITY automatically dismiss other, older messages */ - constructor(TITLE, MESSAGE, PRIORITY = true) { + constructor(TITLE, MESSAGE, PRIORITY = false) { // Set this message's properties. if (!MESSAGE || (typeof MESSAGE).includes(`undef`)) { this.message = TITLE;