mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Remove remaining ALTTP import from CommonClient.py and fix /missing in FactorioClient.py
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user