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…
x
Reference in New Issue
Block a user