From ef0eff447cc1d588c95b9b6bfc5da4cb14ba7af6 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 21 Jan 2007 12:19:04 +0000 Subject: [PATCH] corretta gestione cambio nickname in partita --- web/brisk.phh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/brisk.phh b/web/brisk.phh index 3188b34..2a7355c 100644 --- a/web/brisk.phh +++ b/web/brisk.phh @@ -554,7 +554,8 @@ class brisco { // update remote graphs for ($i = 0 ; $i < MAX_PLAYERS ; $i++) { $user_cur = &$this->user[$i]; - if ($user_cur->sess == '' || $user_cur->stat != 'room') + // if ($user_cur->sess == '' || $user_cur->stat != 'room') + if ($user_cur->sess == '') continue; if ($user_cur->name == $name_new) { $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; "; -- 2.17.1