mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Remove extra semicolon
This commit is contained in:
parent
3d6dd6b8ac
commit
117ebdd9c1
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ public class PlayerEntity extends LivingEntity {
|
|||
if (team != null) {
|
||||
if (team.isVisibleFor(session.getPlayerEntity().getUsername())) {
|
||||
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
|
||||
String prefix = team.getCurrentData().getPrefix();
|
||||
String suffix = team.getCurrentData().getSuffix();
|
||||
|
|
Loading…
Reference in a new issue