mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-17 18:47:40 +01:00
Send Bukkit scoreboards as well as vanilla boards
Fixes GH-384
This commit is contained in:
parent
f2b77b64f0
commit
58ba189a32
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ if (!com.destroystokyo.paper.PaperConfig.enablePlayerCollisions && !iterator.hasNext()) {
|
||||
+ String teamName = org.apache.commons.lang3.StringUtils.left("collideRule_" + entityplayer.getWorld().random.nextInt(), 16);
|
||||
+ entityplayer.playerConnection.sendPacket(new PacketPlayOutScoreboardTeam(new ScoreboardTeam(scoreboardserver, teamName), 0));
|
||||
+ return;
|
||||
+ }
|
||||
+ // Paper end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue