Changed coloring for server line in friends gui.
This commit is contained in:
parent
81a52184c9
commit
ed08e4b112
@ -124,7 +124,7 @@ public class FriendsGUI implements Listener
|
|||||||
|
|
||||||
if (friend.Online)
|
if (friend.Online)
|
||||||
{
|
{
|
||||||
builder.addLore(C.cDGray + C.Bold + "Server: " + C.cGray + friend.ServerName);
|
builder.addLore(C.cGray + C.Bold + "Server: " + C.cYellow + friend.ServerName);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user