From 7cf858801ba733bb3ddde4daf1422d0f077bf6c0 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 16 Nov 2021 02:01:41 -0600 Subject: [PATCH] Fix TAB showing scoreboard when GUI active --- scripts/client/scoreboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/client/scoreboard.js b/scripts/client/scoreboard.js index 93248134..5007d78b 100644 --- a/scripts/client/scoreboard.js +++ b/scripts/client/scoreboard.js @@ -38,7 +38,7 @@ function initScoreBoardListFont() { // =========================================================================== function processScoreBoardRendering() { - if(guiReady && isAnyGUIActive()) { + if(isAnyGUIActive()) { return false; }