Disallow packet receival on Player disconnect

This commit is contained in:
Shoghi Cervantes 2013-07-21 23:35:03 +02:00
parent 6d4465eb67
commit 3606c392f2

View File

@ -276,6 +276,8 @@ class Player{
$this->server->api->chat->broadcast($this->username." left the game");
}
console("[INFO] \x1b[33m".$this->username."\x1b[0m[/".$this->ip.":".$this->port."] logged out due to ".$reason);
$this->spawned = false;
$this->loggedIn = false;
$this->server->api->player->remove($this->CID);
}
}