idk what ive done here

This commit is contained in:
Marcus 2024-01-04 21:37:54 +01:00
parent f4f65827b3
commit b042f4f404
1 changed files with 2 additions and 4 deletions

View File

@ -325,9 +325,7 @@ checkfile() {
}
loadLOL() {
if [ -n "$ALPHACOLOR" ]
then
for i in $(seq 1 $FLOOTFORKS)
do
if [ -z "$ALPHACOLOR" ]
@ -339,7 +337,7 @@ loadLOL() {
LOL[$i]="$(echo "$LOL_org" | grep -v $ALPHACOLOR | shuf)"
fi
done
fi
}
floot() {