about summary refs log tree commit diff stats
path: root/client/Archipelago/manager.gd
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-12 20:25:30 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-12 20:25:30 -0400
commit905cb85eb765ec73fc2b4ba51e50051583adfc22 (patch)
treeaef9fddf1b4688d6f8fb20952dfc2eef8a744d11 /client/Archipelago/manager.gd
parent46676370a61099f5859c90ee8e2cc2e0e4d3585c (diff)
downloadlingo2-archipelago-905cb85eb765ec73fc2b4ba51e50051583adfc22.tar.gz
lingo2-archipelago-905cb85eb765ec73fc2b4ba51e50051583adfc22.tar.bz2
lingo2-archipelago-905cb85eb765ec73fc2b4ba51e50051583adfc22.zip
[Client] Fixed issue with large datapackages
Diffstat (limited to 'client/Archipelago/manager.gd')
-rw-r--r--client/Archipelago/manager.gd4
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
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):