about summary refs log tree commit diff stats
path: root/apworld
diff options
context:
space:
mode:
Diffstat (limited to 'apworld')
-rw-r--r--apworld/client/main.gd3
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
278func historySelected(index): 281func historySelected(index):
279 var ap = global.get_node("Archipelago") 282 var ap = global.get_node("Archipelago")