diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-05 11:13:44 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-05 11:13:44 -0400 |
commit | cc58fb28a7825f562c874b56fa08656096cc6a6c (patch) | |
tree | 5eb89ae31122af52fbe59737449546ac15f032b6 /client/Archipelago | |
parent | 9efa84e5255d23f4fd00512740eb6a0a52df98b9 (diff) | |
download | lingo2-archipelago-cc58fb28a7825f562c874b56fa08656096cc6a6c.tar.gz lingo2-archipelago-cc58fb28a7825f562c874b56fa08656096cc6a6c.tar.bz2 lingo2-archipelago-cc58fb28a7825f562c874b56fa08656096cc6a6c.zip |
Diffstat (limited to 'client/Archipelago')
-rw-r--r-- | client/Archipelago/client.gd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/Archipelago/client.gd b/client/Archipelago/client.gd index 52ce047..428560e 100644 --- a/client/Archipelago/client.gd +++ b/client/Archipelago/client.gd | |||
@@ -44,6 +44,8 @@ signal message_received(message) | |||
44 | 44 | ||
45 | 45 | ||
46 | func _init(): | 46 | func _init(): |
47 | set_process_mode(Node.PROCESS_MODE_ALWAYS) | ||
48 | |||
47 | global._print("Instantiated APClient") | 49 | global._print("Instantiated APClient") |
48 | 50 | ||
49 | # Read AP datapackages from file, if there are any | 51 | # Read AP datapackages from file, if there are any |