about summary refs log tree commit diff stats
path: root/apworld/client/manager.gd
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-10-04 16:06:32 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-10-04 16:06:32 -0400
commitb53d1f94582ebc62eb0520f041f83baecb747c0a (patch)
tree394afa366a137fb928931ff9636404b34d0b2a1f /apworld/client/manager.gd
parent9d2634cbe0d41900c7dfe2402a7eacdc5176d971 (diff)
downloadlingo2-archipelago-b53d1f94582ebc62eb0520f041f83baecb747c0a.tar.gz
lingo2-archipelago-b53d1f94582ebc62eb0520f041f83baecb747c0a.tar.bz2
lingo2-archipelago-b53d1f94582ebc62eb0520f041f83baecb747c0a.zip
Added button to get logical path
Diffstat (limited to 'apworld/client/manager.gd')
-rw-r--r--apworld/client/manager.gd2
1 files changed, 1 insertions, 1 deletions
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():
347func _on_checked_locations_updated(): 347func _on_checked_locations_updated():
348 var textclient_node = global.get_node("Textclient") 348 var textclient_node = global.get_node("Textclient")
349 if textclient_node != null: 349 if textclient_node != null:
350 textclient_node.update_locations() 350 textclient_node.update_locations(false)
351 351
352 352
353func _on_checked_worldports_updated(): 353func _on_checked_worldports_updated():