From ff125bf97e26eecff6e7cbf89f55ffcf6c222fce Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 5 Oct 2025 12:06:00 -0400 Subject: Don't resend confirmed checked locations --- apworld/client/manager.gd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apworld/client/manager.gd') 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(): func send_location(loc_id): + if client._checked_locations.has(loc_id): + return + if _batch_locations: _held_locations.append(loc_id) else: -- cgit 1.4.1