idk what ive done here
This commit is contained in:
parent
f4f65827b3
commit
b042f4f404
1 changed files with 2 additions and 4 deletions
|
@ -325,9 +325,7 @@ checkfile() {
|
||||||
}
|
}
|
||||||
|
|
||||||
loadLOL() {
|
loadLOL() {
|
||||||
if [ -n "$ALPHACOLOR" ]
|
|
||||||
then
|
|
||||||
|
|
||||||
for i in $(seq 1 $FLOOTFORKS)
|
for i in $(seq 1 $FLOOTFORKS)
|
||||||
do
|
do
|
||||||
if [ -z "$ALPHACOLOR" ]
|
if [ -z "$ALPHACOLOR" ]
|
||||||
|
@ -339,7 +337,7 @@ loadLOL() {
|
||||||
LOL[$i]="$(echo "$LOL_org" | grep -v $ALPHACOLOR | shuf)"
|
LOL[$i]="$(echo "$LOL_org" | grep -v $ALPHACOLOR | shuf)"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
floot() {
|
floot() {
|
||||||
|
|
Loading…
Reference in a new issue