Looking at the code for the v3 parser, it only looks at objects within the `controllers` and `pilots` blocks, and ignores the `atis` block. https://github.com/skymeyer/Vatsimphp/blob/60eb40c0bcf7dd58060ae529073fa25eb455dedd/src/Vatsimphp/Parser/DataV3CompatParser.php#L167 Would it be possible to have ATIS data added?
Looking at the code for the v3 parser, it only looks at objects within the
controllersandpilotsblocks, and ignores theatisblock.Vatsimphp/src/Vatsimphp/Parser/DataV3CompatParser.php
Line 167 in 60eb40c
Would it be possible to have ATIS data added?