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