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

Update QuestPointReward.java #1335

Merged
merged 2 commits into from
Nov 29, 2023
Merged

Update QuestPointReward.java #1335

merged 2 commits into from
Nov 29, 2023

Conversation

Lezrec
Copy link
Contributor

@Lezrec Lezrec commented Nov 16, 2023

If only 1 quest point is given, there is no plural for "Quest Points." Instead it is just "Quest Point"

If only 1 quest point is given, there is no plural for "Quest Points." Instead it is just "Quest Point"
return points + " Quest Point";
}
else
{
return points + " Quest Points";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I messed up the indentation. But the functionality remains the same.

@Zoinkwiz Zoinkwiz merged commit ef85a81 into Zoinkwiz:master Nov 29, 2023
1 check passed
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