chore: remove redundant comment from MCC debug script for clarity

This commit is contained in:
BruceChen 2026-04-12 20:49:50 +00:00
parent 2b8a8113f5
commit 31c968ffa6

View file

@ -294,7 +294,6 @@ elif $FILE_INPUT; then
echo " Attach (optional): tmux attach -t $MCC_TMUX_SESSION"
echo " Stop MCC: echo 'quit' >> $INPUT_FILE"
echo " Stop server: mc-stop $VERSION"
echo " shared servers stay up by default; rerun with --confirm only if you really need to stop it"
echo ""
else
# Interactive classic mode: run in tmux (no pipe - ConsoleInteractive also needs tty)