mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 11:18:52 +00:00
Fixed #333
This commit is contained in:
parent
c1f79fa2f8
commit
306cc9f00c
@ -1568,7 +1568,7 @@ class Player{
|
|||||||
if(isset($this->queue[$this->counter[1] + 1])){
|
if(isset($this->queue[$this->counter[1] + 1])){
|
||||||
$d = $this->queue[$this->counter[1] + 1];
|
$d = $this->queue[$this->counter[1] + 1];
|
||||||
unset($this->queue[$this->counter[1] + 1]);
|
unset($this->queue[$this->counter[1] + 1]);
|
||||||
$this->handle($d0, $d[1]);
|
$this->handle($d[0], $d[1]);
|
||||||
}elseif(count($this->queue) > 25){
|
}elseif(count($this->queue) > 25){
|
||||||
$q = array_shift($this->queue);
|
$q = array_shift($this->queue);
|
||||||
$this->counter[1] = $q[1][0];
|
$this->counter[1] = $q[1][0];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user