remove 'cannot handle require_scenario=' warning
since it triggers on mainline content
(cherry-picked from commit 29120661f4
)
This commit is contained in:
parent
ea95f26976
commit
c132309c66
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