summary refs log tree commit diff stats
path: root/client/Archipelago/client.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/Archipelago/client.gd')
-rw-r--r--client/Archipelago/client.gd4
1 files changed, 4 insertions, 0 deletions
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):
353 sendMessage([{"cmd": "LocationChecks", "locations": [loc_id]}]) 353 sendMessage([{"cmd": "LocationChecks", "locations": [loc_id]}])
354 354
355 355
356func sendLocations(loc_ids):
357 sendMessage([{"cmd": "LocationChecks", "locations": loc_ids}])
358
359
356func setValue(key, value, operation = "replace"): 360func setValue(key, value, operation = "replace"):
357 sendMessage( 361 sendMessage(
358 [ 362 [