I'm a noob

This commit is contained in:
Gabriele C 2015-12-23 12:27:41 +01:00
parent 0a2f26deea
commit 1d21333c94

View File

@ -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;