Updated view-distance

This commit is contained in:
Shoghi Cervantes Pueyo 2013-02-05 21:43:01 +01:00
parent e433f0f6dc
commit 0be3379720

View File

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