Changed coloring for server line in friends gui.

This commit is contained in:
Jonathan Williams 2015-01-29 22:18:59 -08:00
parent 81a52184c9
commit ed08e4b112
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ public class FriendsGUI implements Listener
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
{