A little more progress on refactor.

This commit is contained in:
Storm Dragon
2025-06-10 01:54:56 -04:00
parent e3df3c4485
commit da065e5835
5 changed files with 22 additions and 18 deletions

View File

@ -44,9 +44,3 @@ fi
git log '@{1}..' --pretty=format:'%an: %s' | tac; }
exit $?
}
# Get latest news if available
check_news
# With no arguments, open the game launcher.
if [[ $# -eq 0 ]]; then
game_launcher
fi