From a54edd2c0a2fc3ca851e14be96068909a56a42df Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 31 Aug 2025 19:24:11 -0400 Subject: [Client] Batch sending locations on map load --- client/Archipelago/client.gd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/Archipelago/client.gd') diff --git a/client/Archipelago/client.gd b/client/Archipelago/client.gd index 4c34e91..7b690f5 100644 --- a/client/Archipelago/client.gd +++ b/client/Archipelago/client.gd @@ -353,6 +353,10 @@ func sendLocation(loc_id): sendMessage([{"cmd": "LocationChecks", "locations": [loc_id]}]) +func sendLocations(loc_ids): + sendMessage([{"cmd": "LocationChecks", "locations": loc_ids}]) + + func setValue(key, value, operation = "replace"): sendMessage( [ -- cgit 1.4.1