diff --git a/src/entity/Entity.php b/src/entity/Entity.php index 6a010f05550..9d908177d66 100644 --- a/src/entity/Entity.php +++ b/src/entity/Entity.php @@ -515,7 +515,7 @@ protected function initEntity(CompoundTag $nbt) : void{ }else{ $this->setNameTagVisible($nbt->getByte("CustomNameVisible", 1) !== 0); } - + $this->setNameTagAlwaysVisible($nbt->getByte("CustomNameAlwaysVisible", 0) !== 0); } }