Skip to content

Commit

Permalink
Fix: no longer show the configured maximum spectators (#37)
Browse files Browse the repository at this point in the history
In OpenTTD 12 this is a stub value anyway, and it has never been
useful to show this to users.
  • Loading branch information
TrueBrain authored Aug 14, 2021
1 parent b15d00b commit 64492f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webclient/templates/server_entry.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h1>{% block title %}{{ server["info"]["name"] }} {% endblock %}</h1>
<tr class="even">
<th>Spectators:</th>
<td>
{{ server["info"]["spectators_on"] }} / {{ server["info"]["spectators_max"] }}
{{ server["info"]["spectators_on"] }}
</td>
</tr>
<tr class="odd">
Expand Down

0 comments on commit 64492f9

Please sign in to comment.