FastChunkSerializer: remove useless variable initialization

This commit is contained in:
Dylan K. Taylor 2021-06-17 20:59:40 +01:00
parent 43f71d0d63
commit 71a4ea2a95
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -113,7 +113,6 @@ final class FastChunkSerializer{
$terrainPopulated = (bool) ($flags & self::FLAG_POPULATED);
$subChunks = [];
$biomeIds = null;
$heightMap = null;
$count = $stream->getByte();