Skip to content

Commit

Permalink
Some tweaks that weren't included.
Browse files Browse the repository at this point in the history
  • Loading branch information
pau1ie committed Sep 8, 2019
1 parent c871638 commit e586cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/game.php
Expand Up @@ -344,7 +344,7 @@

if ($game["players_min"] == $game["players_max"]) {
if ($game["players_min"] == 1) {
$players="Single player";
$players="Single Player";
} else {
$players=$game["players_min"] . " players";
}
Expand Down

0 comments on commit e586cdd

Please sign in to comment.