mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 06:25:32 +00:00
Fixed some indexes
This commit is contained in:
parent
9874bd199e
commit
409cc0931f
@ -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];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user