diff options
Diffstat (limited to 'client/Archipelago/manager.gd')
-rw-r--r-- | client/Archipelago/manager.gd | 6 |
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 @@ | |||
1 | extends Node | 1 | extends Node |
2 | 2 | ||
3 | const MOD_VERSION = 2 | 3 | const MOD_VERSION = 3 |
4 | 4 | ||
5 | var SCRIPT_client | 5 | var SCRIPT_client |
6 | var SCRIPT_keyboard | 6 | var 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 | ||
332 | func _client_could_not_connect(): | 332 | func _client_could_not_connect(message): |
333 | emit_signal("could_not_connect") | 333 | emit_signal("could_not_connect", message) |
334 | 334 | ||
335 | 335 | ||
336 | func _client_connect_status(message): | 336 | func _client_connect_status(message): |