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

fixed issue with single char multi slot mods #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ferousFolly
Copy link

mod folders with three or more slots of the same character were causing the program to fail while indexing them, leading to half or more of the slots not being displayed in the GUI.

the issue was an invalid literal throwing an error (something to do with slot integers and incrementing over them without changing fighters) and causing the script to give up on indexing. threw in some error handling and it seems to be happy now.

the top handful of "changes" were just spaces instead of tabs so my IDE would stop whining about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant