Fixed bug where some games were not being launched.

This commit is contained in:
Storm Dragon 2024-12-17 17:50:28 -05:00
parent 3bb5feedfa
commit f1a7a834a1

View File

@ -550,6 +550,8 @@ game_launcher() {
else
exec ${game}
fi
else
exec ${game}
fi
;;
esac