mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Factorio: remove FactorioClient executable (#4928)
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
from __future__ import annotations
|
|
||||||
|
|
||||||
import ModuleUpdate
|
|
||||||
ModuleUpdate.update()
|
|
||||||
|
|
||||||
from worlds.factorio.Client import check_stdin, launch
|
|
||||||
import Utils
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
Utils.init_logging("FactorioClient", exception_logger="Client")
|
|
||||||
check_stdin()
|
|
||||||
launch()
|
|
@@ -27,7 +27,7 @@ def launch_client():
|
|||||||
launch_component(launch, name="FactorioClient")
|
launch_component(launch, name="FactorioClient")
|
||||||
|
|
||||||
|
|
||||||
components.append(Component("Factorio Client", "FactorioClient", func=launch_client, component_type=Type.CLIENT))
|
components.append(Component("Factorio Client", func=launch_client, component_type=Type.CLIENT))
|
||||||
|
|
||||||
|
|
||||||
class FactorioSettings(settings.Group):
|
class FactorioSettings(settings.Group):
|
||||||
|
Reference in New Issue
Block a user