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