mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-07 17:28:03 +08:00
Bolded "No Players"
This commit is contained in:
parent
efca533c92
commit
d6d880a29e
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user