From 7a70828e9d0a4bf92491da1a88fac776de42d3b5 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 30 Sep 2025 23:18:40 -0400 Subject: Fixed disconnect when tracking an old slot --- apworld/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apworld/context.py b/apworld/context.py index ffe2acd..c367b6c 100644 --- a/apworld/context.py +++ b/apworld/context.py @@ -277,7 +277,7 @@ class Lingo2ClientContext(CommonContext): "operations": [{"operation": "default", "value": 0}] }] - if self.slot_data["shuffle_worldports"]: + if self.slot_data.get("shuffle_worldports", False): self.set_notify(self.get_datastorage_key("worldports")) msg_batch.append({ "cmd": "Set", -- cgit 1.4.1