update LExecutor (#11271)

This commit is contained in:
RGBaaa
2025-10-06 19:53:25 +08:00
committed by GitHub
parent 1033b5f374
commit c99758fe5a

View File

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