diff --git a/src/pocketmine/level/format/io/region/LegacyAnvilChunkTrait.php b/src/pocketmine/level/format/io/region/LegacyAnvilChunkTrait.php index 978c8a69a..6f0df55b7 100644 --- a/src/pocketmine/level/format/io/region/LegacyAnvilChunkTrait.php +++ b/src/pocketmine/level/format/io/region/LegacyAnvilChunkTrait.php @@ -40,8 +40,6 @@ use pocketmine\nbt\tag\ListTag; * of handling worlds in the PC 1.13 format. Thus, we don't want PMAnvil getting accidentally influenced by changes * happening to the underlying Anvil, because it only uses the legacy part. * - * TODO: When the formats are deprecated, the write parts of this trait can be eliminated. - * * @internal */ trait LegacyAnvilChunkTrait{