mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-10 21:45:35 +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->queue[$data[0]] = array($pid, $data);
|
||||
break;
|
||||
}elseif($diff === 1){
|
||||
}else{
|
||||
$this->counter[1] = $data[0];
|
||||
++$this->packetStats[0];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user