update LExecutor (#11271)

This commit is contained in:
RGBaaa
2025-10-06 20:53:25 +09:00
committed by GitHub
parent 1033b5f374
commit c99758fe5a
+1 -1
View File
@@ -1689,7 +1689,7 @@ public class LExecutor{
return; return;
} }
String text = exec.textBuffer.toString(); String text = UI.formatIcons(exec.textBuffer.toString());
if(text.startsWith("@")){ if(text.startsWith("@")){
String substr = text.substring(1); String substr = text.substring(1);
if(Core.bundle.has(substr)){ if(Core.bundle.has(substr)){