Fixed some messed-up objectives

This commit is contained in:
Anuken
2022-07-15 16:56:34 -04:00
parent 9a505753b0
commit 926cf7e0fa
5 changed files with 20 additions and 9 deletions

View File

@@ -782,7 +782,7 @@ public class HudFragment{
String text = obj.text();
if(text != null){
if(!first) builder.append('\n');
if(!first) builder.append("\n[white]");
builder.append(text);
first = false;