Set custom name visible to false by default on players disguised
This commit is contained in:
@@ -903,6 +903,7 @@ public abstract class Disguise {
|
||||
|
||||
if (getEntity() instanceof Player && !getWatcher().hasCustomName()) {
|
||||
getWatcher().setCustomName("");
|
||||
getWatcher().setCustomNameVisible(false);
|
||||
}
|
||||
|
||||
// If a horse is disguised as a horse, it should obey parent no gravity rule
|
||||
|
Reference in New Issue
Block a user