From b53d1f94582ebc62eb0520f041f83baecb747c0a Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 4 Oct 2025 16:06:32 -0400 Subject: Added button to get logical path --- apworld/client/manager.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apworld/client/manager.gd') diff --git a/apworld/client/manager.gd b/apworld/client/manager.gd index 9212233..0d5a5aa 100644 --- a/apworld/client/manager.gd +++ b/apworld/client/manager.gd @@ -347,7 +347,7 @@ func _on_accessible_locations_updated(): func _on_checked_locations_updated(): var textclient_node = global.get_node("Textclient") if textclient_node != null: - textclient_node.update_locations() + textclient_node.update_locations(false) func _on_checked_worldports_updated(): -- cgit 1.4.1