mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
20 mini chunks / second
This commit is contained in:
parent
534898167e
commit
1cb30601b5
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user