X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=9c40d56c1eb9dae684340876c1ed94ca31facd21;hb=dbcc741bebba01b80f008eb1177fe2130c3656bb;hp=335929b747bbdbc5faa9d0fc11db6ed054aaa0cc;hpb=bc153c9a2cba5babc8a1748ec85bd00ed2167328;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 335929b..9c40d56 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -2698,10 +2698,6 @@ class Brisk } if ($this->user[$i]->subst == "standup") { - if ($user_cur_id == $i) { - $flags |= 1; - } - $content .= sprintf('%s[ %d, "%s"%s ]',($ct > 0 ? ', ' : ''), $flags, xcape($this->user[$i]->name), $supp_comp_s); $ct++; @@ -2734,9 +2730,6 @@ class Brisk $flags = $user_cur->flags; - if ($user_cur_id == $table->player[$i]) - $flags |= 1; - log_main($user_cur->name. sprintf(" IN TABLE [%d]", $table_idx)); if ($user_cur->is_supp_custom()) $supp_comp_s = sprintf(', "%s"', $user_cur->rec->supp_comp_get());