Factorio: default to visible tech tree

This commit is contained in:
Fabian Dill 2021-04-13 12:38:39 +02:00
parent 7884c6cd97
commit a995627e98
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ class TechTreeLayout(Choice):
class Visibility(Choice):
option_none = 0
option_sending = 1
default = 0
default = 1
factorio_options: typing.Dict[str, type(Option)] = {"max_science_pack": MaxSciencePack,