mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
HOW did nobody notice this?!
This commit is contained in:
parent
b24d516eda
commit
f75cc93160
@ -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]++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user