small feex
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user