From f998ae1a09c9e67d27445f7ef9b9d2d065133c53 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sun, 5 Jul 2020 21:46:44 +0200 Subject: [PATCH] fix that countdown can get stuck --- MultiServer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/MultiServer.py b/MultiServer.py index cef132e03b..6354a2d28e 100644 --- a/MultiServer.py +++ b/MultiServer.py @@ -369,6 +369,7 @@ async def countdown(ctx: Context, timer): ctx.countdown_timer -= 1 await asyncio.sleep(1) ctx.notify_all(f'[Server]: GO') + ctx.countdown_timer = 0 async def missing(ctx: Context, client: Client, locations: list): await ctx.send_msgs(client, [['Missing', {