MP Lobby: added status text for full games

This commit is contained in:
Charles Dang 2018-05-05 12:03:02 +11:00
parent b17e9fa9b1
commit 819947f95f

View file

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