We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ece0cf commit 2b471eeCopy full SHA for 2b471ee
src/PlayerStageStats.cpp
@@ -367,6 +367,8 @@ void PlayerStageStats::GenerateValidationKeys(HighScore& hs) const {
367
key.append(to_string(static_cast<int>(hs.GetWifePoints() * 1000.f)));
368
key.append(to_string(static_cast<int>(!hs.GetChordCohesion())));
369
key.append(to_string(static_cast<int>(hs.GetEtternaValid())));
370
+ key.append(to_string(static_cast<int>(hs.GetGrade())));
371
+ key.append(to_string(static_cast<int>(hs.GetWifeGrade())));
372
373
hs.SetValidationKey(ValidationKey_Brittle, BinaryToHex(CryptManager::GetSHA1ForString(key)));
374
0 commit comments