diff --git a/system/templates/online.html.twig b/system/templates/online.html.twig
index b2090327..9e42b77e 100644
--- a/system/templates/online.html.twig
+++ b/system/templates/online.html.twig
@@ -23,6 +23,9 @@
Currently {{ players|length }} players are online.
{% endif %}
{% endif %}
+ {% if setting('core.online_record')) %}
+ {{ record }}
+ {% endif %}