~xenrox/10man-ts3

c9ade693894e6feb552d57e1d2610abb660991b7 — Thorben Günther 2 years ago a810304
Automove clients when match gets started
1 files changed, 1 insertions(+), 0 deletions(-)

M app.ts
M app.ts => app.ts +1 -0
@@ 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) {