Fix TAB showing scoreboard when GUI active

This commit is contained in:
Vortrex
2021-11-16 02:01:41 -06:00
parent ff0158d24d
commit 7cf858801b

View File

@@ -38,7 +38,7 @@ function initScoreBoardListFont() {
// ===========================================================================
function processScoreBoardRendering() {
if(guiReady && isAnyGUIActive()) {
if(isAnyGUIActive()) {
return false;
}