mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-04 00:59:51 +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){
|
if($this->stopTime == true){
|
||||||
return;
|
return;
|
||||||
}else{
|
}else{
|
||||||
$this->time += 2.5;
|
$this->time += 1.25;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user