azure-server

Results 7 comments of azure-server

First commit had slight error with method reference, second one working fine

Hmm, then just iterating over defaultDisplays would allow correct behaviour for multiple displays, but still prevent network prot error, no?

If it is set up like as you said, it won’t even matter if we don’t get rid of them from created displays because that won’t produce the client crash.

``` @Override public boolean addEntry(@NotNull String entry) { boolean conflictResolved = false; for (Player viewer : players) { for (ScoreboardTeam otherTeam : team.teamManager().teams()) { TeamDisplay otherDisplay = ((ScoreboardTeamImpl) otherTeam).display(viewer); if...

Haha yeah, I think it looks bad from the use of the boolean at the start. I'll just integrate that better and update my PR.

Let me know if this looks alright, or if there's any other edge cases you may see.