diff options
Diffstat (limited to 'apworld/client/manager.gd')
-rw-r--r-- | apworld/client/manager.gd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apworld/client/manager.gd b/apworld/client/manager.gd index 0d5a5aa..b13c1bd 100644 --- a/apworld/client/manager.gd +++ b/apworld/client/manager.gd | |||
@@ -503,6 +503,9 @@ func start_batching_locations(): | |||
503 | 503 | ||
504 | 504 | ||
505 | func send_location(loc_id): | 505 | func send_location(loc_id): |
506 | if client._checked_locations.has(loc_id): | ||
507 | return | ||
508 | |||
506 | if _batch_locations: | 509 | if _batch_locations: |
507 | _held_locations.append(loc_id) | 510 | _held_locations.append(loc_id) |
508 | else: | 511 | else: |