Fix a chat formatting problem

This commit is contained in:
Sam 2017-04-03 20:36:27 +01:00 committed by cnr
parent 0cc7a078c6
commit 08bd17afe6
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }