about summary refs log tree commit diff stats
path: root/client/Archipelago/manager.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/Archipelago/manager.gd')
-rw-r--r--client/Archipelago/manager.gd6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/Archipelago/manager.gd b/client/Archipelago/manager.gd index 8a15728..34f5e27 100644 --- a/client/Archipelago/manager.gd +++ b/client/Archipelago/manager.gd
@@ -1,6 +1,6 @@
1extends Node 1extends Node
2 2
3const MOD_VERSION = 2 3const MOD_VERSION = 3
4 4
5var SCRIPT_client 5var SCRIPT_client
6var SCRIPT_keyboard 6var SCRIPT_keyboard
@@ -329,8 +329,8 @@ func _process_location_scout(item_id, location_id, player, flags):
329 collectable.setScoutedText(item_name) 329 collectable.setScoutedText(item_name)
330 330
331 331
332func _client_could_not_connect(): 332func _client_could_not_connect(message):
333 emit_signal("could_not_connect") 333 emit_signal("could_not_connect", message)
334 334
335 335
336func _client_connect_status(message): 336func _client_connect_status(message):