diff --git a/src/slapper/entities/SlapperEntity.php b/src/slapper/entities/SlapperEntity.php index c780f59..30ac9cd 100644 --- a/src/slapper/entities/SlapperEntity.php +++ b/src/slapper/entities/SlapperEntity.php @@ -54,7 +54,7 @@ public function initEntity(CompoundTag $nbt): void { } } $this->version = $nbt->getString('SlapperVersion', ''); - $this->setImmobile(true); + $this->setNoClientPredictions(true); $this->setNameTagVisible(false); $this->setScale($nbt->getFloat('Scale', 1));