From e8fedb8d16be6a4ecb0ce3f099b4afe6173f58c3 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 4 Oct 2024 21:26:28 +0200 Subject: [PATCH] One bracket to much.. --- system/templates/online.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/templates/online.html.twig b/system/templates/online.html.twig index 9e42b77e4..0210d80ff 100644 --- a/system/templates/online.html.twig +++ b/system/templates/online.html.twig @@ -23,7 +23,7 @@ Currently {{ players|length }} players are online.
{% endif %} {% endif %} - {% if setting('core.online_record')) %} + {% if setting('core.online_record') %} {{ record }} {% endif %}