mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-25 18:17:34 +01:00
I'm a noob
This commit is contained in:
parent
0a2f26deea
commit
1d21333c94
@ -212,7 +212,7 @@ public class AsynchronousJoin {
|
||||
if (Settings.applyBlindEffect) {
|
||||
int blindTimeOut;
|
||||
// Allow infinite blindness effect
|
||||
if(timeOut < 0) {
|
||||
if(timeOut <= 0) {
|
||||
blindTimeOut = 99999;
|
||||
} else {
|
||||
blindTimeOut = timeOut;
|
||||
|
Loading…
Reference in New Issue
Block a user