Minor Captcha bugfix

This commit is contained in:
2020-06-01 00:45:38 -05:00
parent a1623af036
commit a0df294674
3 changed files with 2 additions and 4 deletions

View File

@@ -179,8 +179,6 @@ public class DMListener extends ListenerAdapter{
}
private String leeway(String s) {
s = s.replace("l", "1");
s = s.replace("g", "9");
s = s.replace("0", "O");
return s;
}