SPIGOT-4010: Prefix / suffix compatibility should default to empty string
By: md_5 <git@md-5.net>
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