20 mini chunks / second

This commit is contained in:
Shoghi Cervantes Pueyo 2013-04-01 14:54:08 +02:00
parent 534898167e
commit 1cb30601b5

View File

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