mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 09:26:06 +00:00
Updated view-distance
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user