diff options
Diffstat (limited to 'client/Archipelago/client.gd')
| -rw-r--r-- | client/Archipelago/client.gd | 4 |
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 | ||
| 356 | func sendLocations(loc_ids): | ||
| 357 | sendMessage([{"cmd": "LocationChecks", "locations": loc_ids}]) | ||
| 358 | |||
| 359 | |||
| 356 | func setValue(key, value, operation = "replace"): | 360 | func setValue(key, value, operation = "replace"): |
| 357 | sendMessage( | 361 | sendMessage( |
| 358 | [ | 362 | [ |
