ref: 3a0859108fed3f7ec61db936b330a52708ec0355
parent: 26a4bf1fd79a70a128c5474e5cb32637069ede0c
author: mkf <mkf@x230>
date: Sun Jun 2 01:18:16 EDT 2024
engine: fix bug where a new wall is placed randomly
--- a/srv4.c
+++ b/srv4.c
@@ -341,8 +341,7 @@
}
n++;
}
- if(!strcmp(s, ""))
- dprint("got input: %s\n", s);
+ dprint("[G%2d/P%2d], got input: %s\n", game, player, s);
return s;
}