Factorio: move prints from /sc (silent command) to /ap-print, to prevent two warnings getting printed by Factorio

This commit is contained in:
Fabian Dill
2021-07-27 14:59:16 +02:00
parent 3759f4c644
commit 884dece54c
3 changed files with 9 additions and 8 deletions

View File

@@ -118,7 +118,7 @@ class Factorio(World):
return super(Factorio, self).collect(state, item)
def get_required_client_version(self) -> tuple:
return max((0, 1, 5), super(Factorio, self).get_required_client_version())
return max((0, 1, 6), super(Factorio, self).get_required_client_version())
options = factorio_options