Updated time steps from x2.5 to x1.25

This commit is contained in:
Shoghi Cervantes 2014-10-24 12:12:01 +02:00
parent b565844062
commit 1fc066fc37

View File

@ -433,7 +433,7 @@ class Level implements ChunkManager, Metadatable{
if($this->stopTime == true){
return;
}else{
$this->time += 2.5;
$this->time += 1.25;
}
}