Raised ticks directive to 40

This commit is contained in:
Shoghi Cervantes Pueyo 2013-03-25 16:46:01 +01:00
parent 88a1f83545
commit 89b38c25ce

View File

@ -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"));