mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Fixed split packet sending
This commit is contained in:
@@ -144,9 +144,6 @@ class RakNetCodec{
|
||||
$this->putInt($pk->splitCount);
|
||||
$this->putShort($pk->splitID);
|
||||
$this->putInt($pk->splitIndex);
|
||||
if($pk->splitIndex === 0){
|
||||
$this->putByte($pk->pid());
|
||||
}
|
||||
}else{
|
||||
$this->putByte($pk->pid());
|
||||
}
|
||||
|
Reference in New Issue
Block a user