about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--apworld/context.py2
1 files changed, 1 insertions, 1 deletions
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):
277 "operations": [{"operation": "default", "value": 0}] 277 "operations": [{"operation": "default", "value": 0}]
278 }] 278 }]
279 279
280 if self.slot_data["shuffle_worldports"]: 280 if self.slot_data.get("shuffle_worldports", False):
281 self.set_notify(self.get_datastorage_key("worldports")) 281 self.set_notify(self.get_datastorage_key("worldports"))
282 msg_batch.append({ 282 msg_batch.append({
283 "cmd": "Set", 283 "cmd": "Set",