From 99e4ccc72b5d11de9d90cdf997a8a1374525c3e2 Mon Sep 17 00:00:00 2001 From: TheNote <38653750+note3crafter@users.noreply.github.com> Date: Sat, 10 Jun 2023 20:27:13 +0200 Subject: [PATCH] Fix Crash --- src/slapper/entities/SlapperEntity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));