diff options
Diffstat (limited to 'client/Archipelago/client.gd')
-rw-r--r-- | client/Archipelago/client.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Archipelago/client.gd b/client/Archipelago/client.gd index d394b6c..4c34e91 100644 --- a/client/Archipelago/client.gd +++ b/client/Archipelago/client.gd | |||
@@ -45,7 +45,7 @@ signal message_received(message) | |||
45 | func _init(): | 45 | func _init(): |
46 | global._print("Instantiated APClient") | 46 | global._print("Instantiated APClient") |
47 | 47 | ||
48 | # Read AP settings from file, if there are any | 48 | # Read AP datapackages from file, if there are any |
49 | if FileAccess.file_exists("user://ap_datapackages"): | 49 | if FileAccess.file_exists("user://ap_datapackages"): |
50 | var file = FileAccess.open("user://ap_datapackages", FileAccess.READ) | 50 | var file = FileAccess.open("user://ap_datapackages", FileAccess.READ) |
51 | var data = file.get_var(true) | 51 | var data = file.get_var(true) |