fix lightning bug

This commit is contained in:
LabyStudio
2022-02-12 21:56:07 +01:00
parent cdd934954e
commit d77a7dae0c
3 changed files with 8 additions and 6 deletions
+1 -2
View File
@@ -231,7 +231,6 @@ window.Minecraft = class {
}
isPaused() {
return false;
//return !this.hasInGameFocus() && this.loadingScreen === null;
return !this.hasInGameFocus() && this.loadingScreen === null;
}
}