Bolded "No Players"

This commit is contained in:
Rsl1122 2017-09-01 18:29:43 +03:00
parent efca533c92
commit d6d880a29e

View File

@ -28,7 +28,7 @@ public class PlayersTableCreator {
public static String createSortablePlayersTable(List<UserInfo> userInfo, JoinInfoPart joinInfoPart, GeolocationPart geolocationPart) {
if (userInfo.isEmpty()) {
return Html.TABLELINE_PLAYERS.parse("No Players", "", "", "", "", "", "", "", "", "");
return Html.TABLELINE_PLAYERS.parse("<b>No Players</b>", "", "", "", "", "", "", "", "", "");
}
StringBuilder html = new StringBuilder();