Add option for Flare flags (#827)

This commit is contained in:
Jawa_Juice
2021-04-09 13:25:51 -04:00
committed by GitHub
parent 52cbf1fb64
commit 70ea32e89d
3 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ fi
export SERVER=airplane-${VANILLA_VERSION}-jdk${JAVA_VER}.jar
if [ ! -f "$SERVER" ] || [ -n "$FORCE_REDOWNLOAD" ]; then
if [ ! -f "$SERVER" ] || isTrue "$FORCE_REDOWNLOAD"; then
downloadUrl="https://dl.airplane.gg/latest/Airplane-JDK${JAVA_VER}/launcher-airplane.jar"
log "Downloading Airplane from $downloadUrl ..."
curl -fsSL -o "$SERVER" "$downloadUrl"