Fix displaying players online record

This commit is contained in:
slawkens 2024-10-04 21:23:41 +02:00
parent c6cc84a668
commit 4e4739e8ab

View File

@ -23,6 +23,9 @@
Currently {{ players|length }} players are online.<br/>
{% endif %}
{% endif %}
{% if setting('core.online_record')) %}
{{ record }}
{% endif %}
</td>
</tr>
</table>