From 359ecc69e7ede6a8b5223da5220b4f35bd2c5bbe Mon Sep 17 00:00:00 2001 From: Matthew Lopez <73856503+MatthewL246@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:23:08 -0500 Subject: [PATCH] Fix a small errror --- console-files/FriendsAccountSwitcher.gm9 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/console-files/FriendsAccountSwitcher.gm9 b/console-files/FriendsAccountSwitcher.gm9 index 42ca442..c91004e 100644 --- a/console-files/FriendsAccountSwitcher.gm9 +++ b/console-files/FriendsAccountSwitcher.gm9 @@ -41,8 +41,7 @@ if find "$[save_slots_dir]/*" NULL if not find "$[current_save_dir]/*" current_save # Manually choose a save slot echo "Last-used save slot is not set." - dirsel "Which save slot do you want to save your current\nFriends and account system modules save data to\nbefore loading another save slot?" "$[save_slots_dir]" - current_save + dirsel "Which save slot do you want to save your current\nFriends and account system modules save data to\nbefore loading another save slot?" "$[save_slots_dir]" current_save end strsplit current_save "$[current_save]" "/"