diff options
-rw-r--r-- | include/game.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/game.php b/include/game.php index fbf554f..ceed8bb 100644 --- a/include/game.php +++ b/include/game.php @@ -1708,7 +1708,7 @@ switch($mystatus) echo "please wait until it's your turn! <br />\n"; } - if($seq!=4 && $trickNR>1) + if($seq!=4 && $trickNR>=1) echo " </div>\n </li>\n"; /* end div trick, end li trick */ /* display points in case game is over */ |