From 98073a110ae13f9592ec9d2c4d1d1aace87587a9 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sun, 17 Aug 2025 17:50:16 +0200 Subject: [PATCH] Fix online skulls display (Fix #320) --- 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 3a741aa1..bb6c786c 100644 --- a/system/templates/online.html.twig +++ b/system/templates/online.html.twig @@ -161,7 +161,7 @@ {% endif %} - {{ player.name|raw }}{{ player.skull }} + {{ player.name|raw }}{{ player.skull|raw }} {{ player.level }} {{ player.vocation }}