Fix indents

This commit is contained in:
Roman Zhuravlev 2025-09-29 20:38:14 +05:00
parent 108767c3d4
commit f7670c1408

3
mca.sh
View file

@ -234,8 +234,7 @@ if [ "$CONFIGURE_ONLY" -eq 0 ]; then
;; ;;
*) *)
echo "$EXEC_NAME: invalid platform: $MCA_PLATFORM. Valid: bungee, \ echo "$EXEC_NAME: invalid platform: $MCA_PLATFORM. Valid: bungee, \
waterfall, velocity, minecraft, bukkit, craftbukkit, spigot, \ waterfall, velocity, minecraft, bukkit, craftbukkit, spigot, paper, custom" >&2
paper, custom" >&2
exit 2 exit 2
;; ;;
esac esac