Return null instead of a empty string
This commit is contained in:
parent
0afcef09b5
commit
0625db63ff
@ -70,7 +70,7 @@ public class LivingWatcher extends FlagWatcher {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public String getCustomName() {
|
public String getCustomName() {
|
||||||
return (String) getValue(10, "");
|
return (String) getValue(10, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
public float getHealth() {
|
public float getHealth() {
|
||||||
|
Loading…
Reference in New Issue
Block a user