From 8c930a77bd6fefa8eb48b7408e0e16598bce8912 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Mon, 30 Nov 2020 06:32:11 +0100 Subject: [PATCH] Hotfix scoreboard --- SpigotCore_Main/src/de/steamwar/scoreboard/SWScoreboard.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpigotCore_Main/src/de/steamwar/scoreboard/SWScoreboard.java b/SpigotCore_Main/src/de/steamwar/scoreboard/SWScoreboard.java index ae914e2..a3d419b 100644 --- a/SpigotCore_Main/src/de/steamwar/scoreboard/SWScoreboard.java +++ b/SpigotCore_Main/src/de/steamwar/scoreboard/SWScoreboard.java @@ -97,7 +97,7 @@ public class SWScoreboard { case 9: case 10: case 12: - packet.getStrings().write(1, SIDEBAR + toggle); + packet.getStrings().write(1, name); break; case 14: case 15: