mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Fix displaying players online record
This commit is contained in:
parent
c6cc84a668
commit
4e4739e8ab
@ -23,6 +23,9 @@
|
|||||||
Currently {{ players|length }} players are online.<br/>
|
Currently {{ players|length }} players are online.<br/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if setting('core.online_record')) %}
|
||||||
|
{{ record }}
|
||||||
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user