From c99758fe5a15f7f51cdf79e346691105490fad56 Mon Sep 17 00:00:00 2001 From: RGBaaa <160325865+RGBaaa@users.noreply.github.com> Date: Mon, 6 Oct 2025 19:53:25 +0800 Subject: [PATCH] update LExecutor (#11271) --- core/src/mindustry/logic/LExecutor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/logic/LExecutor.java b/core/src/mindustry/logic/LExecutor.java index 15223f2061..ab6853d2d0 100644 --- a/core/src/mindustry/logic/LExecutor.java +++ b/core/src/mindustry/logic/LExecutor.java @@ -1689,7 +1689,7 @@ public class LExecutor{ return; } - String text = exec.textBuffer.toString(); + String text = UI.formatIcons(exec.textBuffer.toString()); if(text.startsWith("@")){ String substr = text.substring(1); if(Core.bundle.has(substr)){