diff --git a/core/src/mindustry/core/UI.java b/core/src/mindustry/core/UI.java index 75de226c9e..6de2c6856f 100644 --- a/core/src/mindustry/core/UI.java +++ b/core/src/mindustry/core/UI.java @@ -703,12 +703,6 @@ public class UI implements ApplicationListener, Loadable{ buffer.append(ch); } }else if(ch == ':'){ - if(i == indexStart + 1){ - buffer.append(":"); - indexStart = -1; - continue; - } - String content = s.substring(indexStart + 1, i); if(Fonts.hasUnicodeStr(content)){ buffer.append(Fonts.getUnicodeStr(content));