From f2c9d2f905a65e988f706fb05ef853583417f0e5 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Tue, 23 Jun 2020 17:27:21 -0500 Subject: [PATCH] Updated TYPE feedback when invalid choice given For #561 --- start-configuration | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start-configuration b/start-configuration index 223c9df1..1218ca7f 100644 --- a/start-configuration +++ b/start-configuration @@ -129,7 +129,8 @@ case "${TYPE^^}" in *) log "Invalid type: '$TYPE'" - log "Must be: VANILLA, FORGE, BUKKIT, SPIGOT, PAPER, FTB, CURSEFORGE, SPONGEVANILLA" + log "Must be: VANILLA, FORGE, BUKKIT, SPIGOT, PAPER, FTBA, CURSEFORGE, SPONGEVANILLA," + log " CUSTOM, CURSE_INSTANCE, MAGMA, MOHIST, CATSERVER" exit 1 ;;