diff --git a/src/Player.php b/src/Player.php index 35f392314..6bd62aa62 100644 --- a/src/Player.php +++ b/src/Player.php @@ -294,7 +294,6 @@ class Player{ $this->directDataPacket(new DisconnectPacket); $this->connected = false; $this->level->freeAllChunks($this); - $this->spawned = false; $this->loggedIn = false; $this->buffer = null; unset($this->buffer); @@ -306,6 +305,7 @@ class Player{ if($msg === true and $this->username != "" and $this->spawned !== false){ $this->server->api->chat->broadcast($this->username." left the game"); } + $this->spawned = false; console("[INFO] ".FORMAT_AQUA.$this->username.FORMAT_RESET."[/".$this->ip.":".$this->port."] logged out due to ".$reason); $this->windows = array(); $this->armor = array();