mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 00:39:45 +00:00
Player: protect usedChunks
This commit is contained in:
parent
d68501c748
commit
cc01dfe8df
@ -209,7 +209,7 @@ class Player extends Human implements CommandSender, ChunkLoader, ChunkListener,
|
|||||||
protected $gamemode;
|
protected $gamemode;
|
||||||
|
|
||||||
/** @var bool[] chunkHash => bool (true = sent, false = needs sending) */
|
/** @var bool[] chunkHash => bool (true = sent, false = needs sending) */
|
||||||
public $usedChunks = [];
|
protected $usedChunks = [];
|
||||||
/** @var bool[] chunkHash => dummy */
|
/** @var bool[] chunkHash => dummy */
|
||||||
protected $loadQueue = [];
|
protected $loadQueue = [];
|
||||||
/** @var int */
|
/** @var int */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user