diff options
Diffstat (limited to 'apworld/client')
-rw-r--r-- | apworld/client/main.gd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apworld/client/main.gd b/apworld/client/main.gd index 2d2e606..bbefc02 100644 --- a/apworld/client/main.gd +++ b/apworld/client/main.gd | |||
@@ -274,6 +274,9 @@ func versionMismatchDeclined(): | |||
274 | get_node("../Panel/AcceptDialog").hide() | 274 | get_node("../Panel/AcceptDialog").hide() |
275 | get_node("../Panel/connect_button").disabled = false | 275 | get_node("../Panel/connect_button").disabled = false |
276 | 276 | ||
277 | var ap = global.get_node("Archipelago") | ||
278 | ap.disconnect_from_ap() | ||
279 | |||
277 | 280 | ||
278 | func historySelected(index): | 281 | func historySelected(index): |
279 | var ap = global.get_node("Archipelago") | 282 | var ap = global.get_node("Archipelago") |