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)){