Fixed some indexes

This commit is contained in:
Shoghi Cervantes 2013-06-08 17:21:02 +02:00
parent 9874bd199e
commit 409cc0931f

View File

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