Skip to content
This repository was archived by the owner on Aug 10, 2025. It is now read-only.
This repository was archived by the owner on Aug 10, 2025. It is now read-only.

Check for leading +/- when determining array type in SNBT #25

@ForeverZer0

Description

@ForeverZer0

In ParseList, when determining if an container is a ListTag or array of numbers, it checks if the next in the sequence is a number:

if (char.IsNumber(c) || c == ',')

This should also include a check for a number that has a leading + or -.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions