Skip to content

Commit f09c257

Browse files
authored
commonclient now uses this key before connect if its set, so unset it until later (#162)
1 parent 33fa282 commit f09c257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ManualClient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def _cmd_send(self, location_name: str) -> bool:
6363

6464
class ManualContext(SuperContext):
6565
command_processor = ManualClientCommandProcessor
66-
game = "not set" # this is changed in server_auth below based on user input
66+
game = None # this is changed in server_auth below based on user input
6767
items_handling = 0b111 # full remote
6868
tags = {"AP"}
6969

0 commit comments

Comments
 (0)