mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
HOW did nobody notice this?!
This commit is contained in:
@ -215,8 +215,8 @@ class RakLibInterface implements ServerInstance, AdvancedSourceInterface{
|
||||
if($pk === null){
|
||||
$pk = new EncapsulatedPacket();
|
||||
$pk->buffer = chr(0xfe) . $packet->buffer; // #blameshoghi
|
||||
$packet->reliability = PacketReliability::RELIABLE_ORDERED;
|
||||
$packet->orderChannel = 0;
|
||||
$pk->reliability = PacketReliability::RELIABLE_ORDERED;
|
||||
$pk->orderChannel = 0;
|
||||
|
||||
if($needACK === true){
|
||||
$pk->identifierACK = $this->identifiersACK[$identifier]++;
|
||||
|
Reference in New Issue
Block a user