mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-01-13 03:10:36 +01:00
Fix wrong logic #459
This commit is contained in:
parent
cf04ec6082
commit
3362cf7b95
@ -263,7 +263,7 @@ public class AsynchronousLogin implements AsynchronousProcess {
|
||||
return;
|
||||
}
|
||||
|
||||
if (auths.size() >= threshold) {
|
||||
if (auths.size() < threshold) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user