From 58ba189a321f2fc5905ff14f86d7b63613b6b7a6 Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Thu, 4 Aug 2016 19:46:35 -0500 Subject: [PATCH] Send Bukkit scoreboards as well as vanilla boards Fixes GH-384 --- Spigot-Server-Patches/Configurable-Player-Collision.patch | 1 - 1 file changed, 1 deletion(-) diff --git a/Spigot-Server-Patches/Configurable-Player-Collision.patch b/Spigot-Server-Patches/Configurable-Player-Collision.patch index 6752c5ed8..c03571a5b 100644 --- a/Spigot-Server-Patches/Configurable-Player-Collision.patch +++ b/Spigot-Server-Patches/Configurable-Player-Collision.patch @@ -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