mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-25 01:25:03 +01:00
SPIGOT-4010: Prefix / suffix compatibility should default to empty string
By: md_5 <git@md-5.net>
This commit is contained in:
parent
cfe3572a0e
commit
436da0769b
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
|||
}
|
||||
+
|
||||
+ // CraftBukkit start
|
||||
+ private String prefix;
|
||||
+ private String suffix;
|
||||
+ private String prefix = "";
|
||||
+ private String suffix = "";
|
||||
+
|
||||
+ public String getPrefix() {
|
||||
+ return prefix;
|
||||
|
|
Loading…
Add table
Reference in a new issue