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