MP Lobby: added status text for full games
This commit is contained in:
parent
b17e9fa9b1
commit
819947f95f
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ game_info::game_info(const config& game, const config& game_config, const std::v
|
|||
if(vacant_slots > 0) {
|
||||
status = formatter() << _n("Vacant Slot:", "Vacant Slots:", vacant_slots) << " " << vacant_slots << "/" << s["max"];
|
||||
} else {
|
||||
// TODO: status message for no vacant sides!
|
||||
status = _("mp_game_available_slots^Full");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue