Skip to content

Commit

Permalink
Merge pull request #79 from HahaOO7/master
Browse files Browse the repository at this point in the history
Fix non persisted state
  • Loading branch information
joserodpt authored Sep 27, 2024
2 parents 2826980 + fd0d5c6 commit 7c32837
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void setScoreboard(RScoreboard sb) {

if (sb != null) {
this.current = sb;
if (!isScoreboardActive()) {
if (!isScoreboardActive() && isRealScoreboardVisible()) {
startScoreboard();
}
} else {
Expand Down

0 comments on commit 7c32837

Please sign in to comment.