Entity: fixed setNameTagVisible not having immediately visible effect

This commit is contained in:
Dylan K. Taylor 2022-05-01 14:54:29 +01:00
parent ad8132ae11
commit 6e372d9e36
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -282,6 +282,7 @@ abstract class Entity{
public function setNameTagVisible(bool $value = true) : void{
$this->nameTagVisible = $value;
$this->networkPropertiesDirty = true;
}
public function setNameTagAlwaysVisible(bool $value = true) : void{