mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
fix player name spacing
This commit is contained in:
@@ -524,7 +524,7 @@ public class CivChat2Manager {
|
||||
|
||||
Component compMessage = Component.text("[", NamedTextColor.GRAY)
|
||||
.append(Component.text(group.getName(), color))
|
||||
.append(Component.text("]", NamedTextColor.GRAY))
|
||||
.append(Component.text("] ", NamedTextColor.GRAY))
|
||||
.append(senderName)
|
||||
.append(Component.text(": ", NamedTextColor.GRAY))
|
||||
.append(Component.empty().color(NamedTextColor.WHITE).append(message));
|
||||
|
||||
Reference in New Issue
Block a user