mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-14 04:38:11 +00:00
Return null instead of a empty string
This commit is contained in:
parent
0afcef09b5
commit
0625db63ff
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue