fix typo in wml attribute

fixes up 61fab699e5
This commit is contained in:
gfgtdf 2015-07-25 00:20:41 +02:00
parent dc27e981c8
commit 121594af74

View file

@ -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"];