X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex_wr.php;h=dd2deb2f35d09805b72d44f38a84680435f521eb;hb=89ffa207cac53d9932f9bab42170ec03d9274ffa;hp=b913079a8e6cb25855160d8dce18da581aa57681;hpb=a2f1fb77cb960b9fc707e67050929921b42a20c2;p=brisk.git diff --git a/web/index_wr.php b/web/index_wr.php index b913079..dd2deb2 100644 --- a/web/index_wr.php +++ b/web/index_wr.php @@ -196,7 +196,7 @@ else if ($user->stat == 'table') { $lockcalc = $table->exitlock_calc(&$bri->user, $user->table_pos); if ($lockcalc < 3) { $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; "; - $user->comm[$user->step % COMM_N] .= $table->exitlock_show(); + $user->comm[$user->step % COMM_N] .= $table->exitlock_show(&$bri->user, $user->table_pos); $user->comm[$user->step % COMM_N] .= show_notify("
I dati presenti sul server non erano allineati con quelli inviati dal tuo browser, adesso lo sono. Riprova ora.", 2000, "Torna alla partita.", 400, 100); log_wr($sess, $user->comm[$user->step % COMM_N]);