Remove unwanted condition.

This commit is contained in:
Harpreet Sangar 2023-08-15 10:46:20 +05:30
parent 3c3b90af98
commit eee222a8e2

View File

@ -33,7 +33,7 @@ struct KV {
this->scores[1] = scores[1];
this->scores[2] = scores[2];
if(match_score_index >= 0 && match_score_index <= 2){
if(match_score_index >= 0){
this->text_match_score = scores[match_score_index];
}
}