mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-09 20:30:28 +01:00
SPIGOT-4010: Prefix / suffix compatibility should default to empty string
This commit is contained in:
parent
43eb8f312c
commit
00bba6e86f
@ -15,8 +15,8 @@
|
||||
}
|
||||
+
|
||||
+ // CraftBukkit start
|
||||
+ private String prefix;
|
||||
+ private String suffix;
|
||||
+ private String prefix = "";
|
||||
+ private String suffix = "";
|
||||
+
|
||||
+ public String getPrefix() {
|
||||
+ return prefix;
|
||||
|
Loading…
Reference in New Issue
Block a user