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

Handling Empty Enums and Duplicate Enum Entries onLoad #275

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

Commits on May 10, 2024

  1. Update ReClassNetFile.Read.cs (Fixed Crashing of enums with empty val…

    …ues)
    
    the original code attempted to add every parsed enum to the project without checking if it contained any values. It also did have handling for the possibility of duplicate enum item names within the same enum which could also cause crashes.
    Corbin authored May 10, 2024
    Configuration menu
    Copy the full SHA
    d8cf206 View commit details
    Browse the repository at this point in the history