about summary refs log tree commit diff stats
path: root/apworld/client/manager.gd
diff options
context:
space:
mode:
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():