From f1a7a834a12c59ffead66b0a2655e736ebe4a559 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 17 Dec 2024 17:50:28 -0500 Subject: [PATCH] Fixed bug where some games were not being launched. --- linux-game-manager.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 0cf4437..9518ab7 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -550,6 +550,8 @@ game_launcher() { else exec ${game} fi + else + exec ${game} fi ;; esac