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
|
||||
+ private String prefix;
|
||||
+ private String suffix;
|
||||
+ private String prefix = "";
|
||||
+ private String suffix = "";
|
||||
+
|
||||
+ public String getPrefix() {
|
||||
+ return prefix;
|
||||
|
Reference in New Issue
Block a user