small feex

This commit is contained in:
jenzur
2019-04-07 00:20:13 +02:00
parent 33ecf7730f
commit 17fe22b7ea
2 changed files with 2 additions and 2 deletions
@@ -499,7 +499,7 @@ public class Datahandler {
if (!foundmatch) {
scoreRelation = getScoreRelationNewMsgToRecentMsg(SMX.getSecondaryString(), MostRecent);
}
if (scoreRelation > 500.0 + (25 * smxUpdateReturn.size())) {
if (scoreRelation > (25 * smxUpdateReturn.size())) {
smxUpdateReturn.put(smxUpdateReturn.size() + 1, SMX);
}
}