remove 'cannot handle require_scenario=' warning
since it triggers on mainline content
This commit is contained in:
parent
f291deb6cf
commit
29120661f4
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ void saved_game::check_require_scenario()
|
|||
}
|
||||
|
||||
if(starting_point_["addon_id"].empty()) {
|
||||
ERR_NG << "cannot handle require_scenario=yes because we don't know from which addon that scenario came from\n";
|
||||
//ERR_NG << "cannot handle require_scenario=yes because we don't know from which addon that scenario came from\n";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue