summary refs log tree commit diff stats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/Archipelago/client.gd2
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
46func _init(): 46func _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