mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 14:24:28 +00:00
Update Invalid Server Type Logging Message (#758)
Includes Tuinity and Purpur Co-authored-by: lichlord91 <lichlord91@users.noreply.github.com>
This commit is contained in:
parent
e46af9d54c
commit
eb12030975
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue