diff --git a/lgsm/functions/update_factorio.sh b/lgsm/functions/update_factorio.sh index d01013224..cde4b35e6 100644 --- a/lgsm/functions/update_factorio.sh +++ b/lgsm/functions/update_factorio.sh @@ -153,6 +153,8 @@ if [ "${branch}" == "stable" ]; then downloadbranch="stable" elif [ "${branch}" == "experimental" ]; then downloadbranch="latest" +else + downloadbranch="${branch}" fi if [ "${installer}" == "1" ]; then