mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +00:00
WorldManager: fixed missing initializer for $defaultWorld
This commit is contained in:
parent
20ff5d5a3d
commit
5cf572892f
@ -57,7 +57,7 @@ use function trim;
|
||||
class WorldManager{
|
||||
/** @var World[] */
|
||||
private array $worlds = [];
|
||||
private ?World $defaultWorld;
|
||||
private ?World $defaultWorld = null;
|
||||
|
||||
private bool $autoSave = true;
|
||||
private int $autoSaveTicks = 6000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user