From 4e4739e8ab62942afe55ad981a667b71120f59c4 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 4 Oct 2024 21:23:41 +0200 Subject: [PATCH] Fix displaying players online record --- system/templates/online.html.twig | 3 +++ 1 file changed, 3 insertions(+) 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 %}