mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-11 08:19: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;
|
||||
|
||||
/** @var bool[] chunkHash => bool (true = sent, false = needs sending) */
|
||||
public $usedChunks = [];
|
||||
protected $usedChunks = [];
|
||||
/** @var bool[] chunkHash => dummy */
|
||||
protected $loadQueue = [];
|
||||
/** @var int */
|
||||
|
Loading…
x
Reference in New Issue
Block a user