From 2125ccf715544d3703cadf064a85331de8b053e4 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 27 Sep 2025 11:49:37 -0400 Subject: Automatically close client when clicking Quit --- apworld/client/main.gd | 1 + 1 file changed, 1 insertion(+) (limited to 'apworld/client/main.gd') diff --git a/apworld/client/main.gd b/apworld/client/main.gd index 9d66358..8425d8c 100644 --- a/apworld/client/main.gd +++ b/apworld/client/main.gd @@ -137,6 +137,7 @@ func _connect_pressed(): func _back_pressed(): var ap = global.get_node("Archipelago") ap.disconnect_from_ap() + ap.client.sendQuit() get_tree().quit() -- cgit 1.4.1