Grammatical change in a comment

Small grammatical change in a comment
This commit is contained in:
EmosewaMC 2021-12-23 19:50:17 -08:00
parent e95af79c8a
commit 5e605b30de

View File

@ -473,7 +473,7 @@ void Mission::YieldRewards() {
auto count = pair.second > 0 ? pair.second : 1;
// Sanitfy check, 6 is the max any mission yields
// Sanity check, 6 is the max any mission yields
if (count > 6) {
count = 0;
}