diff options
Diffstat (limited to 'include')
-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 b8a2fcb..b4ed57d 100644 --- a/include/game.php +++ b/include/game.php @@ -310,7 +310,7 @@ switch($mystatus) } else if($_REQUEST["wedding"] == "yes") { - /* TODO: add silent solo somewhere*/ + /* silent solo is set further down */ echo "Ok, you don't want to play a silent solo...wedding was chosen.<br />\n"; DB_set_sickness_by_hash($me,"wedding"); } |