From 1d21333c9473cb427e5c3ec721f30abaa662edb3 Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Wed, 23 Dec 2015 12:27:41 +0100 Subject: [PATCH] I'm a noob --- .../java/fr/xephi/authme/process/join/AsynchronousJoin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/fr/xephi/authme/process/join/AsynchronousJoin.java b/src/main/java/fr/xephi/authme/process/join/AsynchronousJoin.java index b9c2859b..8da0fb84 100644 --- a/src/main/java/fr/xephi/authme/process/join/AsynchronousJoin.java +++ b/src/main/java/fr/xephi/authme/process/join/AsynchronousJoin.java @@ -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;