diff --git a/src/PocketEssential/BossBarAPI/FakeWither.php b/src/PocketEssential/BossBarAPI/FakeWither.php index e37bc41..552be9c 100644 --- a/src/PocketEssential/BossBarAPI/FakeWither.php +++ b/src/PocketEssential/BossBarAPI/FakeWither.php @@ -21,7 +21,7 @@ public function spawnTo(Player $player){ $pk->eid = $this->eid; $pk->type = $this->entityId; $pk->x = $player->x; - $pk->y = $player->y; + $pk->y = $player->y-20; $pk->z = $player->z; $pk->yaw = $player->yaw; $pk->pitch = $player->pitch; @@ -34,4 +34,4 @@ public function despawnFrom(Player $player){ $pk->eid = $this->eid; $player->dataPacket($pk); } -} \ No newline at end of file +}