mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +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);
|
||||
|
||||
$subChunks = [];
|
||||
$biomeIds = null;
|
||||
$heightMap = null;
|
||||
|
||||
$count = $stream->getByte();
|
||||
|
Loading…
x
Reference in New Issue
Block a user