mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 15:42:19 -07:00
SPIGOT-4010: Prefix / suffix compatibility should default to empty string
This commit is contained in:
@@ -15,8 +15,8 @@
|
|||||||
}
|
}
|
||||||
+
|
+
|
||||||
+ // CraftBukkit start
|
+ // CraftBukkit start
|
||||||
+ private String prefix;
|
+ private String prefix = "";
|
||||||
+ private String suffix;
|
+ private String suffix = "";
|
||||||
+
|
+
|
||||||
+ public String getPrefix() {
|
+ public String getPrefix() {
|
||||||
+ return prefix;
|
+ return prefix;
|
||||||
|
Reference in New Issue
Block a user