Update online.html.twig

This commit is contained in:
slawkens 2025-06-14 21:19:52 +02:00
parent 9a90e4aae2
commit 4767120043

View File

@ -79,7 +79,7 @@
Currently there are <b>{{ status.players }}</b> active and <b>{{ afk }}</b> AFK players.<br/> Currently there are <b>{{ status.players }}</b> active and <b>{{ afk }}</b> AFK players.<br/>
Total number of players: <b>{{ players_count }}</b>.<br/> Total number of players: <b>{{ players_count }}</b>.<br/>
{% else %} {% else %}
{{ players|length }} Players Online. {{ players|length }}
{% endif %} {% endif %}
</td> </td>
</tr> </tr>