We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff58fde commit 94b2985Copy full SHA for 94b2985
worlds/factorio_bobs/Client.py
@@ -456,7 +456,7 @@ async def factorio_spinup_server(ctx: FactorioContext) -> bool:
456
if not os.path.exists(savegame_name):
457
logger.info(f"Creating savegame {savegame_name}")
458
subprocess.run((
459
- executable, "--create", savegame_name
+ executable, "--create", savegame_name, *ctx.server_args
460
))
461
462
raise FileNotFoundError(f"Failed to create savegame {savegame_name}")
0 commit comments