mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Raised ticks directive to 40
This commit is contained in:
parent
88a1f83545
commit
89b38c25ce
@ -447,7 +447,7 @@ class PocketMinecraftServer{
|
||||
$this->loadEvents();
|
||||
//$this->ticker = new TickLoop($this);
|
||||
//$this->ticker->start();
|
||||
declare(ticks=15);
|
||||
declare(ticks=40);
|
||||
register_tick_function(array($this, "tick"));
|
||||
register_shutdown_function(array($this, "dumpError"));
|
||||
register_shutdown_function(array($this, "close"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user