From c9ade693894e6feb552d57e1d2610abb660991b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Thu, 11 Nov 2021 15:32:01 +0100 Subject: [PATCH] Automove clients when match gets started --- app.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app.ts b/app.ts index a94c8f2..9328911 100644 --- a/app.ts +++ b/app.ts @@ -363,6 +363,7 @@ async function start_match() { try { const data = await request(mutation); message_channel("Started match."); + move_clients(); } catch (e) { const error = get_error(e); switch (error) { -- 2.44.0