summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index a41158e..bae38d4 100644
--- a/index.php
+++ b/index.php
@@ -1532,7 +1532,7 @@ else if(myisset("me"))
$mycards = mysort($mycards,$gametype);
echo "<div class=\"mycards\">\n";
- if($myturn && !myisset("card"))
+ if($myturn && !myisset("card") && $mystatus=='play' )
{
echo "Hello ".$myname.", it's your turn! <br />\n";
echo "Your cards are: <br />\n";