Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-19 14:30:17 +01:00
Remove extra semicolon
Dieser Commit ist enthalten in:
Ursprung
3d6dd6b8ac
Commit
117ebdd9c1
@ -351,7 +351,7 @@ public class PlayerEntity extends LivingEntity {
|
|||||||
if (team != null) {
|
if (team != null) {
|
||||||
if (team.isVisibleFor(session.getPlayerEntity().getUsername())) {
|
if (team.isVisibleFor(session.getPlayerEntity().getUsername())) {
|
||||||
TeamColor color = team.getColor();
|
TeamColor color = team.getColor();
|
||||||
String chatColor = MessageTranslator.toChatColor(color);;
|
String chatColor = MessageTranslator.toChatColor(color);
|
||||||
// We have to emulate what modern Java text already does for us and add the color to each section
|
// We have to emulate what modern Java text already does for us and add the color to each section
|
||||||
String prefix = team.getCurrentData().getPrefix();
|
String prefix = team.getCurrentData().getPrefix();
|
||||||
String suffix = team.getCurrentData().getSuffix();
|
String suffix = team.getCurrentData().getSuffix();
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren