Remove remaining ALTTP import from CommonClient.py and fix /missing in FactorioClient.py

This commit is contained in:
Fabian Dill
2021-07-12 20:07:02 +02:00
parent 14cadbf80d
commit b0c1a7acce
3 changed files with 7 additions and 3 deletions

View File

@@ -57,6 +57,8 @@ class LttPCommandProcessor(ClientCommandProcessor):
class Context(CommonContext):
command_processor = LttPCommandProcessor
game = "A Link to the Past"
def __init__(self, snes_address, server_address, password, found_items):
super(Context, self).__init__(server_address, password, found_items)