Reset UI scale to 100% when broken
This commit is contained in:
@@ -794,7 +794,7 @@ public class HudFragment{
|
||||
if(!obj.qualified()) continue;
|
||||
|
||||
String text = obj.text();
|
||||
if(text != null){
|
||||
if(text != null && !text.isEmpty()){
|
||||
if(!first) builder.append("\n[white]");
|
||||
builder.append(text);
|
||||
|
||||
@@ -802,7 +802,10 @@ public class HudFragment{
|
||||
}
|
||||
}
|
||||
|
||||
return builder;
|
||||
//TODO: display standard status when empty objective?
|
||||
if(builder.length() > 0){
|
||||
return builder;
|
||||
}
|
||||
}
|
||||
|
||||
if(!state.rules.waves && state.rules.attackMode){
|
||||
|
||||
Reference in New Issue
Block a user