Skip to content

Commit 672f5eb

Browse files
authored
Fix for steam bug launching luxtorpeda (#420)
1 parent 89284c0 commit 672f5eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

luxtorpeda.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@ if [[ $2 == *"iscriptevaluator.exe"* ]]; then
1313
exit 0
1414
fi
1515

16+
if [ -z "$SteamAppId" ]; then
17+
echo "lux - Exiting because no steam app id"
18+
exit 0
19+
fi
20+
1621
"$DIR/luxtorpeda.x86_64" "$@"

0 commit comments

Comments
 (0)