mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-26 10:37:39 +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) {
|
if (Settings.applyBlindEffect) {
|
||||||
int blindTimeOut;
|
int blindTimeOut;
|
||||||
// Allow infinite blindness effect
|
// Allow infinite blindness effect
|
||||||
if(timeOut < 0) {
|
if(timeOut <= 0) {
|
||||||
blindTimeOut = 99999;
|
blindTimeOut = 99999;
|
||||||
} else {
|
} else {
|
||||||
blindTimeOut = timeOut;
|
blindTimeOut = timeOut;
|
||||||
|
Loading…
Reference in New Issue
Block a user