mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
20 mini chunks / second
This commit is contained in:
@ -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){
|
||||
|
Reference in New Issue
Block a user