diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-29 13:45:29 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-29 13:45:29 -0400 |
commit | 660c5eda45dfca9ff5739d131224f2dbcc258289 (patch) | |
tree | b2bcfdd14b04b85a9bf2a3e5d6abee377e20a2e2 /client/Archipelago/client.gd | |
parent | ac557a1c1ca41291e61cccdaf22549ed54c898b8 (diff) | |
download | lingo2-archipelago-660c5eda45dfca9ff5739d131224f2dbcc258289.tar.gz lingo2-archipelago-660c5eda45dfca9ff5739d131224f2dbcc258289.tar.bz2 lingo2-archipelago-660c5eda45dfca9ff5739d131224f2dbcc258289.zip |
[Client] Save connection settings to disk
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) |