Remove extraneous / from path

This commit is contained in:
the Sane 2021-09-18 16:22:50 -04:00 committed by GitHub
parent cabfd03c29
commit 15cad464e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -480,7 +480,7 @@ getdirs() {
# $live_or_ptu is set in the set_version() function # $live_or_ptu is set in the set_version() function
############################################################################ ############################################################################
# The game's user directory # 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 # The location within the USER directory to which the game exports keybinds
keybinds_dir="$user_dir/Controls/Mappings" keybinds_dir="$user_dir/Controls/Mappings"
# Shaders directory # Shaders directory