mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-07 02:21:46 +00:00
Updated view-distance
This commit is contained in:
parent
e433f0f6dc
commit
0be3379720
@ -94,7 +94,7 @@ class Player{
|
|||||||
$this->orderChunks();
|
$this->orderChunks();
|
||||||
$c = key($this->chunksOrder);
|
$c = key($this->chunksOrder);
|
||||||
$d = $this->chunksOrder[$c];
|
$d = $this->chunksOrder[$c];
|
||||||
if($c === null or $d > 5){
|
if($c === null or $d > 6){
|
||||||
$this->server->schedule(50, array($this, "getNextChunk"));
|
$this->server->schedule(50, array($this, "getNextChunk"));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user