mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 02:25:41 +01:00
Fix colors bleeding into the next name, Fixes #285
This commit is contained in:
parent
a0ab24a132
commit
15ce10671e
@ -92,7 +92,7 @@ public class WhoCommand extends MultiverseCommand {
|
||||
result = "Empty";
|
||||
} else {
|
||||
for (Player player : players) {
|
||||
result += player.getDisplayName() + " ";
|
||||
result += player.getDisplayName() + " " + ChatColor.WHITE;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user