diff --git a/save_load/ui/save_files_list.gd b/save_load/ui/save_files_list.gd index d3f36de..283b109 100644 --- a/save_load/ui/save_files_list.gd +++ b/save_load/ui/save_files_list.gd @@ -5,8 +5,8 @@ extends VBoxContainer func _ready() -> void: + SaveGameManager.open_save_list_ui.connect(_on_refresh_saves_list) SaveGameManager.refresh_saves_list.connect(_on_refresh_saves_list) - refresh_saves_list() ## Clear the SaveFilesList node of all saves and load most recent saves