Skip to content

Commit

Permalink
Add link to Minecraft bug tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueGradientHorizon authored Apr 13, 2024
1 parent e52d84d commit ad874f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# "Cannot remove from team" workaround
[MC-270728](https://bugs.mojang.com/browse/MC-270728)

On some buggy servers you may have noticeable lag spikes caused by `Error executing task on client`:
```text
Expand Down Expand Up @@ -37,4 +38,4 @@ public void removeScoreHolderFromTeam(String scoreHolderName, Team team) {
}
```

Though I'm not a Java coding guru, I don't understand why the exception is thrown on render thread.
Though I'm not a Java coding guru, I don't understand why the exception is thrown on render thread.

0 comments on commit ad874f8

Please sign in to comment.