X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=733b5faa5ca9801c0e64d88655d2af1a662995b2;hb=225d405fc65a983470f3d690ea7ea0ca6a3d7779;hp=b53cefb75d5a7459344b8eac234e1f2024621b46;hpb=b796fa6c815886e5da096d4dd5861837def90aac;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index b53cefb..733b5fa 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -1717,6 +1717,7 @@ class Room { $ghost_user = $this->user[$ghost]; $curtime = time(); + $ghost_user->comm[$ghost_user->step % COMM_N] = ""; $ghost_user->step_inc(); if ($sess == "") { $sess = uniqid(""); @@ -1734,6 +1735,7 @@ class Room { $bri = $this->match[$table_idx]; if ($bri->the_end != TRUE) { + $bri->user[$ghost_user->table_pos]->comm[$bri->user[$ghost_user->table_pos]->step % COMM_N] = ""; $bri->user[$ghost_user->table_pos]->step_inc(); $bri->user[$ghost_user->table_pos]->sess = $sess; }