mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-21 21:17:25 +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;
|
||||
|
||||
// Sanitfy check, 6 is the max any mission yields
|
||||
// Sanity check, 6 is the max any mission yields
|
||||
if (count > 6) {
|
||||
count = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user