mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-08-22 10:54:07 -05:00
Fix a small errror
This commit is contained in:
@@ -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]" "/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user