LegacyAnvilChunkTrait: remove obsolete TODO

This commit is contained in:
Dylan K. Taylor 2019-04-02 19:13:41 +01:00
parent 7d22b2a6d7
commit b6e453a5f4

View File

@ -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{