Fix deathlink killing the game watcher on startup.

This commit is contained in:
CaitSith2 2022-02-23 21:13:17 -08:00
parent 6bf2f5611a
commit db152e6790
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ async def game_watcher(ctx: FactorioContext):
if death_link_tick != ctx.death_link_tick:
ctx.death_link_tick = death_link_tick
if "DeathLink" in ctx.tags:
await ctx.send_death()
asyncio.create_task(ctx.send_death())
if ctx.energy_link_increment:
in_world_bridges = data["energy_bridges"]
if in_world_bridges: