diff options
author | arun <arun@nubati.net> | 2007-05-16 12:34:17 +0000 |
---|---|---|
committer | arun <arun> | 2007-05-16 12:34:17 +0000 |
commit | 16206eb9748e85413976815017a1562d12fa08ed (patch) | |
tree | a7626309207da50081b94cbc2b4721d9b3a62f08 /index.php | |
parent | f76fa7b25a6b09c2443680e1ae915cd949704d4e (diff) | |
download | e-DoKo-16206eb9748e85413976815017a1562d12fa08ed.tar.gz e-DoKo-16206eb9748e85413976815017a1562d12fa08ed.tar.bz2 e-DoKo-16206eb9748e85413976815017a1562d12fa08ed.zip |
found a bug in the shuffling routine
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -852,7 +852,7 @@ else if(myisset("me")) echo " Please, <a href=\"$host?me=$me\">start</a> the game.<br />"; } else - echo "You finished the setup, once everyone else has done the same you'll get an email when it is your turn..<br />"; + echo "You finished the setup, at the moment you need to reload this page after everyone else has finished there setup so that the server can figure out vorbehalte... in future this will get an email in case you need to do anything, but this is not implemented yet :( <br />"; break; case 'play': |