mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 00:39:45 +00:00
Chunk: remove useless field defaults
This commit is contained in:
parent
6b21f160bd
commit
705228f427
@ -84,10 +84,10 @@ class Chunk{
|
||||
protected $biomeIds;
|
||||
|
||||
/** @var CompoundTag[]|null */
|
||||
protected $NBTtiles = [];
|
||||
protected $NBTtiles;
|
||||
|
||||
/** @var CompoundTag[]|null */
|
||||
protected $NBTentities = [];
|
||||
protected $NBTentities;
|
||||
|
||||
/**
|
||||
* @param int $chunkX
|
||||
|
Loading…
x
Reference in New Issue
Block a user