Fixed name mentioning
This commit is contained in:
parent
b7e703fc2f
commit
ffec31f75a
3 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -133,7 +133,7 @@ public class PlayerListener implements Listener { // 2015.07.16.
|
|||
(float) NotificationPitch); // 2015.08.14.
|
||||
MaybeOfflinePlayer mp = MaybeOfflinePlayer.AddPlayerIfNeeded(p
|
||||
.getUniqueId()); // 2015.08.17.
|
||||
color = String.format("%x", mp.FlairColor);
|
||||
color = String.format("§%x", mp.FlairColor);
|
||||
}
|
||||
|
||||
message = message.replace(p.getName(), color + p.getName()
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue