mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 08:56:15 +00:00
Merge branch 'stable' into minor-next
This commit is contained in:
@ -642,7 +642,7 @@ class NetworkSession{
|
||||
}else{
|
||||
$translated = $message;
|
||||
}
|
||||
$this->sendDataPacket(DisconnectPacket::create($translated));
|
||||
$this->sendDataPacket(DisconnectPacket::create(0, $translated));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user