3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-15 12:30:06 +01:00

SPIGOT-4010: Prefix / suffix compatibility should default to empty string

Dieser Commit ist enthalten in:
md_5 2018-07-16 09:09:47 +10:00
Ursprung 43eb8f312c
Commit 00bba6e86f

Datei anzeigen

@ -15,8 +15,8 @@
}
+
+ // CraftBukkit start
+ private String prefix;
+ private String suffix;
+ private String prefix = "";
+ private String suffix = "";
+
+ public String getPrefix() {
+ return prefix;