diff options
Diffstat (limited to 'apworld/client/manager.gd')
| -rw-r--r-- | apworld/client/manager.gd | 2 |
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(): | |||
| 347 | func _on_checked_locations_updated(): | 347 | func _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 | ||
| 353 | func _on_checked_worldports_updated(): | 353 | func _on_checked_worldports_updated(): |
