From: Arun Persaud Date: Thu, 10 May 2012 05:32:42 +0000 (-0700) Subject: BUGFIX: gametype was displayed in pre-phase of the game X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ace44d3bfa9a4ec099a3a3bf56d6971f054eb5b;p=e-DoKo.git BUGFIX: gametype was displayed in pre-phase of the game This could give away the type of sickness a player has --- diff --git a/include/game.php b/include/game.php index 5adbff4..93144a6 100644 --- a/include/game.php +++ b/include/game.php @@ -326,7 +326,7 @@ if($session) /* check for solo, add game type to session number */ echo " Game $session.$j"; - if($GT !='normal') + if($gamestatus != 'pre' && $GT !='normal' ) echo " ($GT)"; if(isset($_SESSION['id']) && $_SESSION['id']==$myid) {