Verify java compatibility for AUTO_CURSEFORGE (#2005)

This commit is contained in:
Geoff Bourne
2023-03-14 07:59:33 -05:00
committed by GitHub
parent e217ac503e
commit 0f359dbf82

View File

@@ -197,6 +197,7 @@ case "${TYPE^^}" in
;;
AUTO_CURSEFORGE)
evaluateJavaCompatibilityForForge
exec "${SCRIPTS:-/}start-deployAutoCF" "$@"
;;