mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-30 15:06:50 +01:00
Fix displaying players online record
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user