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

fix #37 about experienceSpent not working #38

Closed
wants to merge 1 commit into from
Closed

fix #37 about experienceSpent not working #38

wants to merge 1 commit into from

Conversation

othelarian
Copy link

fix #37 . The issue was the lowercase step, as "experienceSpent" will always become "experiencespent".

It's a hotfix, I think a better solution will be to &° change everything to lowercase, or 2) before condition line1022 insert a convert step.

Signed-off-by: othelarian le.maitre.killian@gmail.com

Signed-off-by: othelarian <le.maitre.killian@gmail.com>
@SHiLLySiT
Copy link
Owner

Ah yes. I made an early decision to make case not matter to make the syntax less finicky, but this obviously this breaks down in instances like this.

I'd prefer that the user input be camelCase-ifed to match the code style of stats internally just to keep it a bit cleaner. Granted, the source for this project is already a mess 😂

@othelarian othelarian closed this by deleting the head repository Feb 7, 2024
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.

2 participants