X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex_wr.php;h=b913079a8e6cb25855160d8dce18da581aa57681;hb=ca639ef6d55d2e1bb85fd18a502d438ca08d3995;hp=1dcb06e225551e2bc73f00b94e348c08bee579fd;hpb=c0343793fa79c053f3498a5b5eee1ef6ccb05d5e;p=brisk.git diff --git a/web/index_wr.php b/web/index_wr.php index 1dcb06e..b913079 100644 --- a/web/index_wr.php +++ b/web/index_wr.php @@ -220,7 +220,7 @@ else if ($user->stat == 'table') { } for ($i = 0 ; $i < PLAYERS_N ; $i++) { $ret = sprintf('gst.st = %d;', $user_cur[$i]->step+1); - $ret = sprintf('exitlock_show(%d, %s);', $ct, + $ret .= sprintf('exitlock_show(%d, %s);', $ct, ($user_cur[$i]->exitislock ? 'true' : 'false')); $user_cur[$i]->comm[$user_cur[$i]->step % COMM_N] = $ret; log_wr($sess, $user_cur[$i]->comm[$user_cur[$i]->step % COMM_N]);