aboutsummaryrefslogtreecommitdiff
path: root/btsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'btsd.c')
-rw-r--r--btsd.c2
1 files changed, 2 insertions, 0 deletions
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);