From 6b6bc710cfb4cd1f8d5f2909f585f949aabd254a Mon Sep 17 00:00:00 2001 From: icenine451 Date: Wed, 9 Apr 2025 10:17:32 -0400 Subject: [PATCH] Add steam username to SRM config if SRM userdata folder is found, not if not found. --- functions/framework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/framework.sh b/functions/framework.sh index 9444e94a..90bf16cd 100644 --- a/functions/framework.sh +++ b/functions/framework.sh @@ -539,7 +539,7 @@ get_steam_user() { log i "Username: $steam_username" log i "Name: $steam_prettyname" - if [[ ! -d "$srm_userdata" ]]; then + if [[ -d "$srm_userdata" ]]; then populate_steamuser_srm fi