mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-04-30 18:46:29 +00:00
Grammatical change in a comment
Small grammatical change in a comment
This commit is contained in:
parent
e95af79c8a
commit
5e605b30de
@ -473,7 +473,7 @@ void Mission::YieldRewards() {
|
|||||||
|
|
||||||
auto count = pair.second > 0 ? pair.second : 1;
|
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) {
|
if (count > 6) {
|
||||||
count = 0;
|
count = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user