From 7c225f8f69e49965d43a4af26f5564e4d95ec4cc Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 24 Feb 2008 10:31:54 +0000 Subject: [PATCH] room for wakeupper reconstructed by index_rd.php and wellcome sentence updated --- web/Obj/brisk.phh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 29dbc67..78a7aef 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -55,9 +55,9 @@ define(BRISK_DEBUG, 0); $G_false = FALSE; $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 ); -$G_brisk_version = "spawn-0.0.3"; +$G_brisk_version = "spawn-0.0.6"; -$root_wellarr = Array ( 'Benvenuto in brisk (Ver. '.$G_brisk_version.'), NOVITA\': nuovo layout che permette più tavoli, più tavoli.', +$root_wellarr = Array ( 'Benvenuto in brisk (Ver. '.$G_brisk_version.'), NOVITA\': riscritta tutta l\'architettura dati del server, tutto piè veloce e leggero.', 'Se vuoi iscriverti alla Mailing List, cliccala!' ); $table_wellarr = Array ( 'Benvenuto al tavolo. Se almeno tre giocatori non sbloccano l\'uscita cliccando il lucchetto, chi esce non può risedersi a un qualunque tavolo per '.floor(BAN_TIME/60).' minuti.'); @@ -969,6 +969,10 @@ class Room { if ($user_cur == $user_wup[$wup_idx]) break; + // for users that wakeup the room will be reconstructed by index_rd.php + if ($user_cur == $user_wup[$wup_idx]) + continue; + log_main("JOIN_WAKEUP wup_idx ".$wup_idx." wup_n ".$user_wup_n); if ($wup_idx < $user_wup_n) { -- 2.17.1