From eb1203097565980c7abd0d7c3c2af1b570734d19 Mon Sep 17 00:00:00 2001 From: LichLord91 <8435580+LichLord91@users.noreply.github.com> Date: Sun, 7 Feb 2021 16:00:53 -0800 Subject: [PATCH] Update Invalid Server Type Logging Message (#758) Includes Tuinity and Purpur Co-authored-by: lichlord91 --- start-configuration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-configuration b/start-configuration index 1daf08d2..614d7851 100644 --- a/start-configuration +++ b/start-configuration @@ -150,7 +150,7 @@ case "${TYPE^^}" in *) log "Invalid type: '$TYPE'" log "Must be: VANILLA, FORGE, BUKKIT, SPIGOT, PAPER, FTBA (multiarch-only)," - log " CURSE_INSTANCE, CURSEFORGE, SPONGEVANILLA," + log " CURSE_INSTANCE, CURSEFORGE, SPONGEVANILLA, TUINITY, PURPUR" log " CUSTOM, MAGMA, MOHIST, CATSERVER" exit 1 ;;