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

@@ -64,6 +64,7 @@ class FactorioCommandProcessor(ClientCommandProcessor):
class FactorioContext(CommonContext):
command_processor = FactorioCommandProcessor
game = "Factorio"
def __init__(self, *args, **kwargs):
super(FactorioContext, self).__init__(*args, **kwargs)