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

Spawn Handler Clean-up #7

Merged
merged 2 commits into from
Jul 4, 2023
Merged

Commits on Jul 4, 2023

  1. Spawn Handler Clean-up

    Use case-insensitive 'names' instead of "strings", don't lowercase them when stored and instead use case-insensitive ~== operator when comparing them.
    Remove redundant first item in logging message.  Yes this will cause an unnecessary ", " to be first, oh well.
    Because entries are no longer being altered when stored, simply copy them into their data class arrays.
    Added debug logging to handleAmmoUses to finally figure out that
    Call append() rather than copy() for ADDING to itemsThatUseThis array, rather than REPLACING them.
    UndeadZeratul committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    ba76324 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    753006c View commit details
    Browse the repository at this point in the history