summaryrefslogtreecommitdiffstats
path: root/include/game.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/game.php')
-rw-r--r--include/game.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/game.php b/include/game.php
index ec1be12..4fa950c 100644
--- a/include/game.php
+++ b/include/game.php
@@ -71,7 +71,10 @@ $GT = $gametype;
if($gametype=='solo')
{
$gametype = DB_get_solo_by_gameid($gameid);
- $GT = $gametype.' '.$GT;
+ if($gametype=='silent')
+ $GT = 'normal';
+ else
+ $GT = $gametype.' '.$GT;
}
/* do we need to worry about Schweinchen?