mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Fixed Level->stopTime not being set
This commit is contained in:
@ -165,7 +165,8 @@ class Level implements ChunkManager, Metadatable{
|
|||||||
|
|
||||||
/** @var int */
|
/** @var int */
|
||||||
private $time;
|
private $time;
|
||||||
public $stopTime;
|
/** @var bool */
|
||||||
|
public $stopTime = false;
|
||||||
|
|
||||||
private $folderName;
|
private $folderName;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user