Closed jmlee337 closed 3 years ago
MetadataType.players[].names appears in replay files from netplay and is documented in the replay spec, but does not appear in the MetadataType interface.
Add the field to the interface and add a test to read it
I also found that consoleNick was missing from MetadataType
MetadataType.players[].names appears in replay files from netplay and is documented in the replay spec, but does not appear in the MetadataType interface.
Add the field to the interface and add a test to read it