unecessary

This commit is contained in:
MEEPofFaith
2024-12-02 02:46:24 -08:00
parent 007d5fcdd2
commit 1ad14990e2
+1 -3
View File
@@ -707,8 +707,7 @@ public class UI implements ApplicationListener, Loadable{
}else{ }else{
buffer.append(ch); buffer.append(ch);
} }
}else{ }else if(ch == ':'){
if(ch == ':'){
String content = s.substring(indexStart + 1, i); String content = s.substring(indexStart + 1, i);
if(Fonts.hasUnicodeStr(content)){ if(Fonts.hasUnicodeStr(content)){
buffer.append(Fonts.getUnicodeStr(content)); buffer.append(Fonts.getUnicodeStr(content));
@@ -720,7 +719,6 @@ public class UI implements ApplicationListener, Loadable{
} }
} }
} }
}
if(indexStart >= 0){ if(indexStart >= 0){
buffer.append(s, indexStart, length); buffer.append(s, indexStart, length);