• Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • None
    • Affects Version/s: None
    • Environment:
    • 1.20.4
    • Bukkit.scoreboard.score
    • Yes

      I'm in 1.20.4 manipulating scoreboard: 

      ```java
      score score = Bukkit.getScoreboardManager().getMainScoreboard().getObjective("OpNum0").getScore("MommyPlease_UwU");
      score.setScore(200);
      int entityScore = score.getScore();
      if (score.isScoreSet()){Bukkit.broadcastMessage("scoreboard");}
      ```

      this code: 
      get the right score
      changes the score to 200
      entityScore is equal to 0 
      and nothing is in the chat (so score is not considered to set)

      I may be wrong and this is an issue from my, but I really don't see what I do wrong.

            Assignee:
            Unassigned
            Reporter:
            I won't
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: