Hello, when I use FastTransfer with PocketMine 1.6 players still receive packets from the 1st server. They are showed as connected on both servers. How to close connection from 1st server without disconnecting player from 2nd server? Thanks
Fixed ! Add this in transferPlayer (in FastTransfer.php) just before return true; Edit : Do not fix all issues, only a few one :/ PHP: $this->getServer()->removeOnlinePlayer($player); $this->getServer()->removePlayer($player); $this->getServer()->removePlayerListData($player->getUniqueId());
It still a bit buggy - Server 1 can still send packet to player (but he is despawned and his chunk unloaded), I try to fix this and I upload here
I don't have crash, at least if fixes CPU usage and remove player from player number. However, player is still connected to 1st server. Anyone help ? :/ I'm trying a lot of things right now.. Edit : this is a client issue. As transfers are not officially supported by MCPE, I'm not sure how soon we will see a fix