Skip to content

Commit

Permalink
Remove indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanCraft623 authored Jun 30, 2022
1 parent 8c255b0 commit ec0492d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entity/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit ec0492d

Please sign in to comment.