mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-05 09:09:40 +01:00
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() {
|
||||
return (String) getValue(10, "");
|
||||
return (String) getValue(10, null);
|
||||
}
|
||||
|
||||
public float getHealth() {
|
||||
|
Loading…
Reference in New Issue
Block a user