From 6c82456215764e0f9deab9e57a54727a274c8087 Mon Sep 17 00:00:00 2001 From: mar Date: Fri, 30 Dec 2022 09:13:10 -0600 Subject: [PATCH] switch to default profile --- src/Valheim.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Valheim.ahk b/src/Valheim.ahk index 3c0055d..a8940bd 100644 --- a/src/Valheim.ahk +++ b/src/Valheim.ahk @@ -7,7 +7,7 @@ #Include ../lib/HoldRepeat.ahk ; Make this a wrapper script -WrapperPath := Format("C:\Program Files (x86)\Steam\steam.exe -applaunch 892970 --doorstop-enable true --doorstop-target {1}\r2modmanPlus-local\Valheim\profiles\Medusa\BepInEx\core\BepInEx.Preloader.dll",A_AppData) +WrapperPath := Format("C:\Program Files (x86)\Steam\steam.exe -applaunch 892970 --doorstop-enable true --doorstop-target {1}\r2modmanPlus-local\Valheim\profiles\Default\BepInEx\core\BepInEx.Preloader.dll",A_AppData) WrapperWindow:="Valheim" #Include ../lib/Wrapper.ahk