feat(core): update fallback version to latest

This commit is contained in:
purple 2023-11-12 19:56:29 +01:00 committed by GitHub
parent f42c1e0eb4
commit a1f5cd44c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
FOLDER="/var/www/pterodactyl" #;
# If the fallback version below does not match your downloaded version, please let us know.
VER_FALLBACK="alpha-IPS"
VER_FALLBACK="alpha-3ZX"
# This will be automatically replaced by some marketplaces, if not, $VER_FALLBACK will be used as fallback.
PM_VERSION="([(pterodactylmarket_version)])"
@ -1324,4 +1324,4 @@ fi
if [[ ${VCMD} != "y" && $1 == "-bash" ]]; then
# This is logged as a "fatal" error since it's something that is making Blueprint run unsuccessfully.
quit_red "[FATAL] '$2' is not a valid command or argument. Use argument '-help' for a list of commands."
fi
fi