diff --git a/source-code/source/plugins/TLAC/Components/ScoreSaver.cpp b/source-code/source/plugins/TLAC/Components/ScoreSaver.cpp index 0133897..4b68d39 100644 --- a/source-code/source/plugins/TLAC/Components/ScoreSaver.cpp +++ b/source-code/source/plugins/TLAC/Components/ScoreSaver.cpp @@ -344,7 +344,7 @@ namespace TLAC::Components int diffIsEx = *(int*)(GAME_INFO_ADDRESS + 0x4); byte insurance = *(byte*)(GAME_INFO_ADDRESS + 0x14); - if (pvNum != currentPv || diff != currentDifficulty || diffIsEx != currentDifficultyIsEx || insurance == currentInsurance) + if (pvNum != currentPv || diff != currentDifficulty || diffIsEx != currentDifficultyIsEx || insurance != currentInsurance) { DivaScore* cachedScore = GetCachedScore(pvNum, diff, diffIsEx); if (cachedScore == nullptr)