From ed27475f9a38b319cad29269e9d747da9587240b Mon Sep 17 00:00:00 2001 From: rodri Date: Fri, 15 Sep 2023 11:02:47 +0000 Subject: fit client to the new architecture. clean things up, make them more consistent. --- btsd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'btsd.c') diff --git a/btsd.c b/btsd.c index 54b4fd6..90c4eb9 100644 --- a/btsd.c +++ b/btsd.c @@ -472,6 +472,8 @@ matchmaker(void *) pl[i]->state = Ready; memset(pl[i]->map, Twater, MAPW*MAPH); + chanprint(pl[i]->io.out, "queued\n"); + if(++i > 1){ m = newmatch(pl[0], pl[1]); addmatch(m); -- cgit v1.2.3