mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 23:37:45 +00:00
Raised ticks directive to 40
This commit is contained in:
@@ -447,7 +447,7 @@ class PocketMinecraftServer{
|
|||||||
$this->loadEvents();
|
$this->loadEvents();
|
||||||
//$this->ticker = new TickLoop($this);
|
//$this->ticker = new TickLoop($this);
|
||||||
//$this->ticker->start();
|
//$this->ticker->start();
|
||||||
declare(ticks=15);
|
declare(ticks=40);
|
||||||
register_tick_function(array($this, "tick"));
|
register_tick_function(array($this, "tick"));
|
||||||
register_shutdown_function(array($this, "dumpError"));
|
register_shutdown_function(array($this, "dumpError"));
|
||||||
register_shutdown_function(array($this, "close"));
|
register_shutdown_function(array($this, "close"));
|
||||||
|
Reference in New Issue
Block a user