mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
FastChunkSerializer: remove useless variable initialization
This commit is contained in:
parent
43f71d0d63
commit
71a4ea2a95
@ -113,7 +113,6 @@ final class FastChunkSerializer{
|
|||||||
$terrainPopulated = (bool) ($flags & self::FLAG_POPULATED);
|
$terrainPopulated = (bool) ($flags & self::FLAG_POPULATED);
|
||||||
|
|
||||||
$subChunks = [];
|
$subChunks = [];
|
||||||
$biomeIds = null;
|
|
||||||
$heightMap = null;
|
$heightMap = null;
|
||||||
|
|
||||||
$count = $stream->getByte();
|
$count = $stream->getByte();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user