diff --git a/src/pocketmine/Player.php b/src/pocketmine/Player.php index 7f0eb68b9..1ba67ecb2 100644 --- a/src/pocketmine/Player.php +++ b/src/pocketmine/Player.php @@ -2828,7 +2828,7 @@ class Player extends Human implements CommandSender, ChunkLoader, IPlayer{ $this->stopSleep(); break; case PlayerActionPacket::ACTION_RESPAWN: - if(!$this->spawned or $this->isAlive() or !$this->isOnline()){ + if($this->isAlive()){ break; }