From 15cad464e3ab4c3437c785b491c226dd7b2ec0f3 Mon Sep 17 00:00:00 2001 From: the Sane <3657071+the-sane@users.noreply.github.com> Date: Sat, 18 Sep 2021 16:22:50 -0400 Subject: [PATCH] Remove extraneous / from path --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 14611ed..00c8da9 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -480,7 +480,7 @@ getdirs() { # $live_or_ptu is set in the set_version() function ############################################################################ # The game's user directory - user_dir="$game_path/$live_or_ptu/USER/Client/0/" + user_dir="$game_path/$live_or_ptu/USER/Client/0" # The location within the USER directory to which the game exports keybinds keybinds_dir="$user_dir/Controls/Mappings" # Shaders directory