mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 23:37:45 +00:00
Fixed some indexes
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
Reference in New Issue
Block a user