fixup eac013be82
This commit is contained in:
parent
eac013be82
commit
cad5760da0
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ config random_generate_scenario(const std::string& name, const config &cfg)
|
|||
std::unique_ptr<map_generator> generator(create_map_generator(name,cfg));
|
||||
if(generator == nullptr) {
|
||||
std::stringstream ss;
|
||||
ss << "could not find map generator '" << parameters.front() << "'";
|
||||
ss << "could not find map generator '" << name << "'";
|
||||
throw mapgen_exception(ss.str());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue