Update MultiServer.py

Co-authored-by: Doug Hoskisson <beauxq@users.noreply.github.com>
This commit is contained in:
Fabian Dill
2024-04-09 00:26:07 +02:00
committed by GitHub
parent add68329e6
commit 27ae7e081f

View File

@@ -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",