From 542182dd212675cfa590780edd64f29dd5e08e90 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Wed, 27 May 2026 18:24:29 +0800 Subject: [PATCH] updated lite --- embd_res/klite.embd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embd_res/klite.embd b/embd_res/klite.embd index 5d832a4bd..e8a3649bb 100644 --- a/embd_res/klite.embd +++ b/embd_res/klite.embd @@ -25627,14 +25627,14 @@ Current version indicated by LITEVER below. if(curr.myturn) { - fulltxt += `
${currmsg}`; + fulltxt += `
${currmsg}`; } else { if (i == 0) { fulltxt += `${currmsg}`; } else { - fulltxt += `
${currmsg}`; + fulltxt += `
${currmsg}`; } } }