From b190db3149fca54217ca507e8502096d40813d44 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 30 Jan 2026 23:02:07 +0100 Subject: [PATCH] Fix online skulls display (Fix #320) --- system/templates/online.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/templates/online.html.twig b/system/templates/online.html.twig index e4c3eec4..9617d11e 100644 --- a/system/templates/online.html.twig +++ b/system/templates/online.html.twig @@ -104,10 +104,10 @@ {% if config.online_outfit %} player outfit {% endif %} - {{ player.name|raw }}{{ player.skull }} + {{ player.name|raw }}{{ player.skull|raw }} {{ player.level }} {{ player.vocation }} {% endfor %} -{% endif %} \ No newline at end of file +{% endif %}