Fix a chat formatting problem
This commit is contained in:
parent
0cc7a078c6
commit
08bd17afe6
@ -109,7 +109,7 @@ public class GameChatManager implements Listener
|
|||||||
else
|
else
|
||||||
rankStr = C.cDGreen + C.Bold + "MPS Co-Host " + C.Reset;
|
rankStr = C.cDGreen + C.Bold + "MPS Co-Host " + C.Reset;
|
||||||
}
|
}
|
||||||
else
|
else if (rank != Rank.ALL)
|
||||||
{
|
{
|
||||||
rankStr = rank.getTag(true, true) + " " + C.Reset;
|
rankStr = rank.getTag(true, true) + " " + C.Reset;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user