diff options
Diffstat (limited to 'client/Archipelago/manager.gd')
-rw-r--r-- | client/Archipelago/manager.gd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/Archipelago/manager.gd b/client/Archipelago/manager.gd index 8a15728..e38fc15 100644 --- a/client/Archipelago/manager.gd +++ b/client/Archipelago/manager.gd | |||
@@ -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): |