Duplicated chunk loading speed

This commit is contained in:
Shoghi Cervantes Pueyo 2013-04-05 16:33:47 +02:00
parent 6456d2383b
commit 0060c3f10d

View File

@ -139,7 +139,7 @@ class Player{
$this->server->api->tileentity->spawnTo($tile["ID"], $this);
}
}
$this->server->schedule(1, array($this, "getNextChunk"));
$this->server->schedule(0.5, array($this, "getNextChunk"));
}
public function onTick($time, $event){