mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
Updated time steps from x2.5 to x1.25
This commit is contained in:
parent
b565844062
commit
1fc066fc37
@ -433,7 +433,7 @@ class Level implements ChunkManager, Metadatable{
|
||||
if($this->stopTime == true){
|
||||
return;
|
||||
}else{
|
||||
$this->time += 2.5;
|
||||
$this->time += 1.25;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user