mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
Fix a couple of bugs exposed by php 7.2.0alpha1
This commit is contained in:
parent
1aae9e03b6
commit
3687b149b9
@ -177,7 +177,7 @@ class Level implements ChunkManager, Metadatable{
|
||||
private $chunkPackets = [];
|
||||
|
||||
/** @var float[] */
|
||||
private $unloadQueue;
|
||||
private $unloadQueue = [];
|
||||
|
||||
private $time;
|
||||
public $stopTime;
|
||||
@ -195,7 +195,7 @@ class Level implements ChunkManager, Metadatable{
|
||||
private $scheduledBlockUpdateQueueIndex = [];
|
||||
|
||||
/** @var \SplQueue */
|
||||
private $neighbourBlockUpdateQueue = [];
|
||||
private $neighbourBlockUpdateQueue;
|
||||
|
||||
/** @var Player[][] */
|
||||
private $chunkSendQueue = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user