mirror of
https://github.com/Freezy-Studios/BlazeSMP.git
synced 2025-04-21 19:44:05 +02:00
fixed duplicate player name in chat
This commit is contained in:
parent
43b6c32fae
commit
14d540b096
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@ public class PlayerChatListener implements Listener {
|
||||||
.append(Component.text(": "))
|
.append(Component.text(": "))
|
||||||
.append(messageComponent);
|
.append(messageComponent);
|
||||||
|
|
||||||
player.sendMessage(player.playerListName());
|
|
||||||
|
|
||||||
event.renderer((source, sourceDisplayName, msg, viewer) -> chatComponent);
|
event.renderer((source, sourceDisplayName, msg, viewer) -> chatComponent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue