From 4fc8781abf36254dce455ef7f6d5e173f46adc54 Mon Sep 17 00:00:00 2001 From: "the Sane." <3657071+the-sane@users.noreply.github.com> Date: Sat, 17 Aug 2024 09:36:03 -0400 Subject: [PATCH] Clarify comments --- lug-helper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lug-helper.sh b/lug-helper.sh index 93b1970..973d40c 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -691,9 +691,9 @@ getdirs() { fi # The location within the USER directory to which the game exports keybinds keybinds_dir="$user_dir/Controls/Mappings" - # Shaders + # Shaders directory shaders_dir="$wine_prefix/$appdata_path" - # Custom characters + # Custom characters directory custom_characters_dir="$user_dir/CustomCharacters" # dxvk cache file dxvk_cache="$game_path/$game_version/StarCitizen.dxvk-cache"