-
Notifications
You must be signed in to change notification settings - Fork 24
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
Adding an extra string argument to match what is expected by the formatted string #175
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per my comment here: #175 (comment)
This PR LGTM. Thank you!
This is bad..... thats two ints without std::to_string() conversion. |
Your checklist for this pull request
🚨Please review the guidelines for contributing to this repository.
Description
Adding an extra string argument to match what is expected by the formatted string. I am not sure what should go here so added an empty string for now. I came across this issue when hovering over items in a chest dropped by a monster.
💔Thank you!