some
This commit is contained in:
parent
52aa236a63
commit
ecd5efb30e
1 changed files with 4 additions and 2 deletions
|
@ -85,8 +85,10 @@ public class FormatCheckerPlugin extends ChatPlugin.Listener {
|
|||
.toString()
|
||||
.substring(0, 8);
|
||||
|
||||
totalFormat++;
|
||||
final boolean correct = hash.equals(userHashComponent.content());
|
||||
|
||||
return !hash.equals(userHashComponent.content());
|
||||
if (correct) totalFormat++;
|
||||
|
||||
return correct;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue