We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fa282 commit f09c257Copy full SHA for f09c257
src/ManualClient.py
@@ -63,7 +63,7 @@ def _cmd_send(self, location_name: str) -> bool:
63
64
class ManualContext(SuperContext):
65
command_processor = ManualClientCommandProcessor
66
- game = "not set" # this is changed in server_auth below based on user input
+ game = None # this is changed in server_auth below based on user input
67
items_handling = 0b111 # full remote
68
tags = {"AP"}
69
0 commit comments