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