Fix TAB showing scoreboard when GUI active
This commit is contained in:
@@ -38,7 +38,7 @@ function initScoreBoardListFont() {
|
||||
// ===========================================================================
|
||||
|
||||
function processScoreBoardRendering() {
|
||||
if(guiReady && isAnyGUIActive()) {
|
||||
if(isAnyGUIActive()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user