From 00bba6e86f4d102a3f806b7b940b96fc5ed6866c Mon Sep 17 00:00:00 2001 From: md_5 Date: Mon, 16 Jul 2018 09:09:47 +1000 Subject: [PATCH] SPIGOT-4010: Prefix / suffix compatibility should default to empty string --- nms-patches/ScoreboardTeam.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nms-patches/ScoreboardTeam.patch b/nms-patches/ScoreboardTeam.patch index 7e9da9c2b4..1ca2e1dc42 100644 --- a/nms-patches/ScoreboardTeam.patch +++ b/nms-patches/ScoreboardTeam.patch @@ -15,8 +15,8 @@ } + + // CraftBukkit start -+ private String prefix; -+ private String suffix; ++ private String prefix = ""; ++ private String suffix = ""; + + public String getPrefix() { + return prefix;