Player: protect usedChunks

This commit is contained in:
Dylan K. Taylor 2019-04-18 16:20:56 +01:00
parent d68501c748
commit cc01dfe8df

View File

@ -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 */