From 03a31ee3b8745e1d4f49ef945c6045c316455e20 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Tue, 9 Apr 2024 00:26:34 +0200 Subject: [PATCH] Update MultiServer.py --- MultiServer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MultiServer.py b/MultiServer.py index 7e5ec5db4f..1178566e17 100644 --- a/MultiServer.py +++ b/MultiServer.py @@ -175,7 +175,7 @@ class Context: all_item_and_group_names: typing.Dict[str, typing.Set[str]] all_location_and_group_names: typing.Dict[str, typing.Set[str]] non_hintable_names: typing.Dict[str, typing.Set[str]] - public_stored_data_keys = typing.Set[str] # keys that can be retrieved by a client that has not reached "auth" yet + public_stored_data_keys: typing.Set[str] # keys that can be retrieved by a client that has not reached "auth" yet def __init__(self, host: str, port: int, server_password: str, password: str, location_check_points: int, hint_cost: int, item_cheat: bool, release_mode: str = "disabled", collect_mode="disabled",