parent
dc27e981c8
commit
121594af74
1 changed files with 1 additions and 1 deletions
|
@ -625,7 +625,7 @@ void flg_manager::set_current_gender(const std::string& gender)
|
|||
|
||||
std::vector<std::string> flg_manager::get_original_recruits(const config& cfg)
|
||||
{
|
||||
if (cfg["no_recruits"].to_bool()) {
|
||||
if (cfg["no_recruit"].to_bool()) {
|
||||
return std::vector<std::string>();
|
||||
}
|
||||
const config::attribute_value& cfg_default_recruit = cfg["default_recruit"];
|
||||
|
|
Loading…
Add table
Reference in a new issue