From ec0492d08184415a835ff81ef9e8f92f682912d6 Mon Sep 17 00:00:00 2001 From: IvanCraft623 <57236932+IvanCraft623@users.noreply.github.com> Date: Thu, 30 Jun 2022 12:04:14 -0500 Subject: [PATCH] Remove indentations --- src/entity/Entity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }