mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-20 15:41:33 +00:00
Fixed some indexes
This commit is contained in:
@@ -908,7 +908,7 @@ class Player{
|
|||||||
$this->send(0xa0, $arr);
|
$this->send(0xa0, $arr);
|
||||||
$this->queue[$data[0]] = array($pid, $data);
|
$this->queue[$data[0]] = array($pid, $data);
|
||||||
break;
|
break;
|
||||||
}elseif($diff === 1){
|
}else{
|
||||||
$this->counter[1] = $data[0];
|
$this->counter[1] = $data[0];
|
||||||
++$this->packetStats[0];
|
++$this->packetStats[0];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user