fix wrong log output

This commit is contained in:
20PercentRendered
2022-08-05 20:48:12 +03:00
committed by GitHub
parent 498644a078
commit 9243119338
+2 -1
View File
@@ -25,8 +25,9 @@ function launch_game {
export IFS=""
if [ -z "$CREAM_GAME_NAME" ]; then
echo "launching directly"
echo "showing dialog"
else
echo "launching directly"
SELECTED_GAME="./$CREAM_GAME_NAME"
launch_game
fi