mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Remove player unset limitations
This commit is contained in:
@ -803,9 +803,7 @@ class Server{
|
||||
* @param Player $player
|
||||
*/
|
||||
public function removePlayer(Player $player){
|
||||
if($player->isOnline() === false){
|
||||
unset($this->players[$player->getAddress() . ":" . $player->getPort()]);
|
||||
}
|
||||
unset($this->players[$player->getAddress() . ":" . $player->getPort()]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user