Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-17 13:30:14 +01:00
ChatUtil: Append unwritten formatting in prefix mode
Dieser Commit ist enthalten in:
Ursprung
80696a1273
Commit
02f595b109
@ -128,6 +128,9 @@ public class ChatUtil {
|
||||
current = legacy.charAt(++i);
|
||||
lastState.processNextControlChar(current);
|
||||
}
|
||||
if (isPrefix && !lastState.equals(builderState)) {
|
||||
lastState.appendTo(builder);
|
||||
}
|
||||
return builder.toString();
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren