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