mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-06 01:51:51 +00:00
Duplicated chunk loading speed
This commit is contained in:
parent
6456d2383b
commit
0060c3f10d
@ -139,7 +139,7 @@ class Player{
|
|||||||
$this->server->api->tileentity->spawnTo($tile["ID"], $this);
|
$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){
|
public function onTick($time, $event){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user