HOW did nobody notice this?!

This commit is contained in:
Dylan K. Taylor 2017-04-01 14:08:02 +01:00
parent b24d516eda
commit f75cc93160

View File

@ -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]++;