Skip to content

Commit ea15574

Browse files
committed
Merge branch 'master' of github.com:luxtorpeda-dev/luxtorpeda
2 parents dce7af8 + 672f5eb commit ea15574

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

luxtorpeda.sh

+5
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)