mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +00:00
Send TransferPacket with immediate priority, should fix #497
This commit is contained in:
parent
845b124f89
commit
b24d516eda
@ -3362,7 +3362,7 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
|
||||
$pk = new TransferPacket();
|
||||
$pk->address = $ev->getAddress();
|
||||
$pk->port = $ev->getPort();
|
||||
$this->dataPacket($pk);
|
||||
$this->directDataPacket($pk);
|
||||
$this->close("", $ev->getMessage(), false);
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user