mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
Fixed Level->stopTime not being set
This commit is contained in:
parent
a8c6e14d02
commit
eac1d76e8b
@ -165,7 +165,8 @@ class Level implements ChunkManager, Metadatable{
|
||||
|
||||
/** @var int */
|
||||
private $time;
|
||||
public $stopTime;
|
||||
/** @var bool */
|
||||
public $stopTime = false;
|
||||
|
||||
private $folderName;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user