Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ForeverZer0 opened this issue Sep 10, 2023 · 0 comments
Open

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

ForeverZer0 opened this issue Sep 10, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@ForeverZer0
Copy link
Owner

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 -.

@ForeverZer0 ForeverZer0 added the bug Something isn't working label Sep 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant