From 002b3173f0067a9df4839f083d5671eb9ea60d4c Mon Sep 17 00:00:00 2001 From: ViVi Date: Mon, 6 May 2024 00:02:17 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=81=E3=83=A3=E3=83=83=E3=83=88=E3=83=91?= =?UTF-8?q?=E3=83=AC=E3=83=83=E3=83=88=E3=81=AB=E3=81=8A=E3=81=84=E3=81=A6?= =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=82=A2=E3=82=A6=E3=83=88?= =?UTF-8?q?=E8=A8=98=E6=B3=95=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _core/lib/palette.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/_core/lib/palette.pl b/_core/lib/palette.pl index 3700463ee..f5b02680b 100644 --- a/_core/lib/palette.pl +++ b/_core/lib/palette.pl @@ -54,6 +54,7 @@ sub outputChatPalette { $_ = unescapeTagsPalette($_) foreach values %pc; } $pc{chatPalette} =~ s/
/\n/gi; + $pc{chatPalette} =~ s/(?:^|\n);(?:[^\n]+)?//g; $pc{skills} =~ s/
/\n/gi; $pc{ver} =~ s/^([0-9]+)\.([0-9]+)\.([0-9]+)$/$1.$2$3/;