diff options
Diffstat (limited to 'Archipelago/settings_buttons.gd')
-rw-r--r-- | Archipelago/settings_buttons.gd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Archipelago/settings_buttons.gd b/Archipelago/settings_buttons.gd index 1ab3788..735f944 100644 --- a/Archipelago/settings_buttons.gd +++ b/Archipelago/settings_buttons.gd | |||
@@ -12,6 +12,8 @@ func _connect_pressed(): | |||
12 | apclient.ap_pass = self.get_parent().get_node("password_box").text | 12 | apclient.ap_pass = self.get_parent().get_node("password_box").text |
13 | apclient.saveSettings() | 13 | apclient.saveSettings() |
14 | 14 | ||
15 | apclient.connectToServer() | ||
16 | |||
15 | 17 | ||
16 | func _back_pressed(): | 18 | func _back_pressed(): |
17 | fader._fade_start("main_menu") | 19 | fader._fade_start("main_menu") |