mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 00:07:30 +00:00
Disallow packet receival on Player disconnect
This commit is contained in:
parent
6d4465eb67
commit
3606c392f2
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user